You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once we have #178, we can start looking into this too. pg_query.rs already exposes a basic binding for parsing plpgsql. we should first improve that binding upstream and then start adding language features like autocompletion.
The text was updated successfully, but these errors were encountered:
Very much looking forward to this. Given that most of our non-trivial sql code is functions rather than regular schema tables and whatnot, not having the language server parse those means we lose a lot of error checking.
once we have #178, we can start looking into this too. pg_query.rs already exposes a basic binding for parsing plpgsql. we should first improve that binding upstream and then start adding language features like autocompletion.
The text was updated successfully, but these errors were encountered: