beam icon indicating copy to clipboard operation
beam copied to clipboard

Fix building queries with WHERE in the absence of FROM.

Open kosmikus opened this issue 1 year ago • 0 comments

A WHERE clause in a query is meaningful even if there are no input tables. It makes the difference between there being 0 or 1 results. We therefore should not drop guards when building queries.

See #667.

kosmikus avatar Nov 07 '23 17:11 kosmikus