featurebase/sql3
Travis Turner 4e8fe488de
Fix PQL distinct in dax (#2360)
* Fix PQL distinct in dax

When issuing a PQL Distinct() call (or any other call with a "index=" arg),
this commit will attempt to convert the value in the index arg with a
TableKeyer.

* Apply change to call.Children as well

* Add some PQL Distinct (join) test coverage
2022-12-15 07:59:20 -06:00
..
parser add allow_missing_values option to bulk insert (fb-1823) (#2372) 2022-12-14 18:32:27 -06:00
planner add allow_missing_values option to bulk insert (fb-1823) (#2372) 2022-12-14 18:32:27 -06:00
test Fix PQL distinct in dax (#2360) 2022-12-15 07:59:20 -06:00
errors.go SHOW CREATE TABLE issues (fb-1810) (#2365) 2022-12-14 16:27:55 -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 add allow_missing_values option to bulk insert (fb-1823) (#2372) 2022-12-14 18:32:27 -06:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-11-21 18:43:53 -06:00