featurebase/sql3
pokeeffe-molecula 5f662d2bce
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>
2022-11-21 14:31:45 -06:00
..
parser fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-11-21 14:31:45 -06:00
planner fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-11-21 14:31:45 -06:00
test fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-11-21 14:31:45 -06:00
errors.go SQL BULK INSERT (fb-1749) (#2291) 2022-11-15 09:25:40 -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 fixed join bugs by fixing query optimizer (fb-1699, fb-1700) (#2307) 2022-11-21 14:31:45 -06:00
sql_test.go Move SQL3 test definitions into sql3/test/defs package (#2289) 2022-11-11 13:20:40 -06:00