featurebase/sql3
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
..
parser FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
planner FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
test FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
errors.go handle decimal without scale correctly; handle bulk insert dupe columns correctly; handle decimal->string & float->string type conversions in bulk insert (#2331) 2022-12-06 13:32:49 -06:00
interfaces.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
sql_complex_test.go handle decimal without scale correctly; handle bulk insert dupe columns correctly; handle decimal->string & float->string type conversions in bulk insert (#2331) 2022-12-06 13:32:49 -06:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-11-21 18:43:53 -06:00