Commit ec0ebed
committed
grammar: Replace Antlr parser for CREATE TABLE statements by new parser
This extends our new Bison-generated parser to also parse CREATE TABLE
statements and replaces the last parts of the Antlr-generated parser by
doing so.
Also adjust the unit tests to match the new style of parsed expressions.
They have better formatting now and identifiers are always correctly
quoted. This could not be done before and so the tests expected the old
look of expression statements.
See issue #1990.1 parent 7477ec3 commit ec0ebed
5 files changed
Lines changed: 3233 additions & 2115 deletions
File tree
- src
- sql
- parser
- tests
0 commit comments