featurebase/sql3
Travis Turner 63cfdb5078
Thread Owner, UpdatedAt, UpdatedBy through SchemaAPI (#2351)
* Fix "qualifer" misspellings

* Remove `track_existence` and `shard_width` from SHOW TABLES output

* Thread Owner, UpdatedAt, UpdatedBy through SchemaAPI

I took the liberty of renaming "LastUpdatedUser" to "UpdateBy" to align
with "UpdatedAt".
2022-12-12 12:36:37 -06:00
..
parser FB-1739: Add ability to add a description to a table on creation (#2332) 2022-12-07 21:05:54 +05:30
planner Thread Owner, UpdatedAt, UpdatedBy through SchemaAPI (#2351) 2022-12-12 12:36:37 -06:00
test FB-1805: implement REPLACEALL() (#2349) 2022-12-12 22:42:53 +05:30
errors.go handle int-->bool map type conversions; handle single value-->(id|string)set map type conversions (#2342) 2022-12-08 15:41:11 -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 Thread Owner, UpdatedAt, UpdatedBy through SchemaAPI (#2351) 2022-12-12 12:36:37 -06:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-11-21 18:43:53 -06:00