You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More then 2 tblproperties now are parsed correctly #104
Common:
'set' in lower case now also parsed validly.
Now names like 'schema', 'database', 'table' can be used as names in CREATE DABASE | SCHEMA | TABLESPACE | DOMAIN | TYPE statements and after INDEX and CONSTRAINT.
Creation of empty tables also parsed correctly (like CREATE Table table;).