featurebase/sql3
Travis Turner 99e3fd14d7 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

(cherry picked from commit 4e8fe488de)
2023-01-10 23:22:58 +00:00
..
parser add allow_missing_values option to bulk insert (fb-1823) (#2372) 2023-01-10 23:22:58 +00:00
planner add allow_missing_values option to bulk insert (fb-1823) (#2372) 2023-01-10 23:22:58 +00:00
test Fix PQL distinct in dax (#2360) 2023-01-10 23:22:58 +00:00
errors.go SHOW CREATE TABLE issues (fb-1810) (#2365) 2023-01-10 23:22:58 +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