mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
queries can become arbitrarily long when variables are used. This is especially the case when a variable is defined as 'select distinct field from table' and a user wants to use all the values in a Row call (which is effectively disabling any condition on the field). This change allows users to select no values for a variable associated with a Row call to disable the condition. If that variable is the only condition (query expands to nothing) then it interprets it as an All call. |
||
|---|---|---|
| .. | ||
| ast.go | ||
| ast_test.go | ||
| decimal.go | ||
| decimal_test.go | ||
| doc.go | ||
| parser.go | ||
| parser_test.go | ||
| pql.peg | ||
| pql.peg.go | ||
| pqlpeg_test.go | ||
| token.go | ||