featurebase/sql3/parser
pokeeffe-molecula 9dda3ff215
Consistency in error handling (fb-1799) (#2383)
* return 200 once plan compilation starts; if error, return error in response.

* removed some commented out code that is definitely not needed.
2022-12-20 09:32:19 -06:00
..
ast.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -06:00
ast_test.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -06:00
astdatatype.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-05 16:50:30 -06:00
parser.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -06:00
parser_test.go Implement DELETE (fb 1557) (#2382) 2022-12-19 16:34:28 -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 SHOW CREATE TABLE issues (fb-1810) (#2365) 2022-12-14 16:27:55 -06:00
token_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
walk.go Consistency in error handling (fb-1799) (#2383) 2022-12-20 09:32:19 -06:00