compiler: compileExpr panics on simple SELECT
Closed this issue · 1 comments
tsatke commented
Describe the bug
SELECT A
causes a panic in compileExpr
.
This is a valid grammar production of a select statement.
SUMUKHA-PK commented
Another resultColumn
bug.