mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 06:31:02 +00:00
Enable multi-field WHERE clause for GROUP BY SQL queries
This commit is contained in:
parent
28af155411
commit
e69ad74532
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func newRouter() *router {
|
|||
groupByOptional := NewQueryMask(
|
||||
SelectPartField|SelectPartFields|SelectPartCountStar|SelectPartSumField,
|
||||
FromPartTable,
|
||||
WherePartFieldCondition, // TODO: this can probably handle fields as well
|
||||
WherePartFieldCondition|WherePartMultiFieldCondition,
|
||||
GroupByPartField|GroupByPartFields,
|
||||
HavingPartCondition,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue