mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
Merge pull request #1958 from molecula/fb-1226
[FB-1226] Enable multi-field WHERE clause for GROUP BY SQL queries
This commit is contained in:
commit
321c14880b
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