featurebase/sql3/parser
rachithrr 891a42f9fc 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.

(cherry picked from commit ad350c2d49)
2022-12-12 09:01:20 -08:00
..
ast.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-12 09:01:20 -08:00
ast_test.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00
astdatatype.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
parser.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-12 09:01:20 -08:00
parser_test.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
scanner.go Fb 1767 (#2308) 2022-12-12 09:01:20 -08:00
scanner_test.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 11:33:38 -08:00
token.go FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-12 09:01:20 -08:00
token_test.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
walk.go non-sql aggregation, top, decimal and sundries (#2328) 2022-12-12 09:01:20 -08:00