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>
The update includes multiple fixes:
- Fixes#11885. Call to undefined function SqlParser\ctype_alnum()
- Fixes#11879. 4.5.3.1 - NOW() function not recognized by parser
- Fixes#11867. Gracefully handle the DESC statement
- Fixes#11843. Fractional timestamp causes corrupted SQL export
- Fixes#11836. Static analysis error for valid WHERE condition with IF keyword
- Fixes#11800. Syntax Verifier error using REGEXP in SQL statement
- Fixes#11799. Backslashes in comments are being interpreted as escape characters
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>