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 11742. MATCH AGAINST keywords not recognized
Fixes 11723. syntax verifier is not knowing STRAIGHT_JOIN
Fixes 11699. REPLACE() function confused with REPLACE statement
Fixes 11690. FLUSH word not recognized by parser
Updated sql-parser to udan11/sql-parser@47d03c5dc6 (v3.0.8).
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>