|
|
|
|
|
by ayhanfuat
442 days ago
|
|
I am pretty excited about this. Thank you for all your effort. 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 })
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;`). |
|
[0] https://github.com/supabase-community/postgres-language-serv...