Closed stephenafamo closed 4 days ago
It appears that the parser cannot understand selecting from a function. For example, this valid SQLite query cannot be parsed
SELECT * FROM generate_series(1, 3) AS "x"
There may be other cases, but this specific syntax should be parseable now.
It appears that the parser cannot understand selecting from a function. For example, this valid SQLite query cannot be parsed