featurebase/sql3
pokeeffe-molecula b17ee6a203 fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307)
this commit changes the way the plan is retrieved; implements Stringer on types.PlanExpression in preparation for HAVING support; removes last vestiges internal float64 arithmetic; implements a filter on PlanOpFilter; fixes various bugs in the PlanOptimizer when rewriting qualified references

* fixed selects with unqualified identifiers

* handle bad and non-existent query param inputs more appropriately

* added test coverage for PlanExpression Stringer

Co-authored-by: Matthew Jaffee <jaffee@pilosa.com>
(cherry picked from commit 5f662d2bce)
2022-12-12 09:01:20 -08:00
..
parser fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
planner fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
test fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
errors.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 11:33:38 -08: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 fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-12-12 09:01:20 -08:00
sql_test.go Fixed a few more conflicts around imports with the latest sync 2022-11-17 10:00:53 -08:00