PHP-SQL-Parser icon indicating copy to clipboard operation
PHP-SQL-Parser copied to clipboard

Tiny int is missing in ColumnDefinitionProcessor.php

Open creativefctr opened this issue 10 years ago • 0 comments

Hi, I found this small bug, the behavior is unexpected when create table is parsed and one of the columns contains tinyint type. I found the bug and fixed it: In ColumnDefinitionProcessor.php line 154, case 'TINYINT': should be added to the group of case statements which represent different int type definitions. Thanks for your great library

creativefctr avatar Sep 07 '15 07:09 creativefctr