supabase-community / postgres_lsp

A Language Server for Postgres
https://supabase.com
MIT License
3.23k stars 61 forks source link

test: extend support for create table #103

Closed cvng closed 8 months ago

cvng commented 8 months ago

What kind of change does this PR introduce?

add tests for create table

What is the current behavior?

statements in parse.stmts is empty (see snapshots)

What is the expected behavior?

parser returns CST and statements

Additional context

more of a reproduction case instead of a real PR cc @psteinroe