featurebase/sql3
pokeeffe-molecula a6c165dd57 Implement DELETE (fb 1557) (#2382)
* delete implementation with test coverage

* optimize IN expressions; stop linter complaining

* fixed some uncovered query cases

* skip test in DAX for now

(cherry picked from commit 021219935f)
2023-01-10 23:25:08 +00:00
..
parser Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
planner Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
test Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
errors.go Fb 1818 Implement PREFIX() and SUFFIX() (#2371) 2023-01-10 23:25:08 +00:00
interfaces.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
sql_complex_test.go add allow_missing_values option to bulk insert (fb-1823) (#2372) 2023-01-10 23:22:58 +00:00
sql_test.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00