Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
1.0.3
Description
The ddl.yy file doesn't support table options without '='. For example this should work but generates an error:
CREATE TABLE t1 (a int, b int) ENGINE COLUMNSTORE;