featurebase/sql3/parser
rachithrr ad350c2d49
FB-1739: Add ability to add a description to a table on creation (#2332)
* FB-1739: Add ability to add a description to a table on creation

- Added CommentOption to handle text after COMMENT option.
- added description field in the createtable plan.
- The description is stored in the existing index metadata.
2022-12-07 21:05:54 +05:30
..
ast.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
ast_test.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-03 20:39:57 -06:00
astdatatype.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
parser.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
parser_test.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
scanner.go Fb 1767 (#2308) 2022-11-21 15:58:00 -06:00
scanner_test.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -06:00
token.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
token_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
walk.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-03 20:39:57 -06:00