Open
Description
What happened?
Currently an invalid select !
is silently ignored
PRQL input
from tracks
select ![milliseconds,bytes]
SQL output
SELECT
*
FROM
tracks
-- Generated by PRQL compiler version:0.6.1 (https://prql-lang.org)
Expected SQL output
Error: we don't know the columns prior to `select ![milliseconds,bytes]`, and we're not using a target that natively supports excluding columns.
MVCE confirmation
- Minimal example
- New issue
Anything else?
No response