Fixes#11971. CREATE UNIQUE INDEX index type is not recognized by parser.
Fixes#11982. Row count wrong when grouping joined tables.
Fixes#12012. Column definition with default value and comment in CREATE TABLE expoerted faulty.
Fixes#12020. New statement but no delimiter and unexpected token with REPLACE.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Fixes#11398. Added support for 'SERIAL' data type.
Updated sql-parser to udan11/sql-parser@3d3b03b25b.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Fixed a small bug regarding an undefined variable.
Updated sql-parser library to udan11/sql-parser@30fdd07.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>