My initial tests fails whenever there are CTEs. Are they not supported? I get
processing panicked: cannot start statement within statement at Some(Token { kind: With, text: "with", span: 0..4, token_type: ReservedKeyword })
[0] https://github.com/supabase-community/postgres-language-serv...
I'll file an issue with your exact query.
My initial tests fails whenever there are CTEs. Are they not supported? I get
whenever I try a file containing a CTE (this one was a file with this query: `with test as (select 1 as id) select * from test;`).