Postgres Language Server
A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.
0.15.1
🐛 Bug Fixes
- Add missing column in group by expression (#534)
- Begin atomic split (#538)
- Do not push expectation errors to EOF (#539)
Contributors
- @aokiji made their first contribution in #534 🎉
- @juleswritescode
- @psteinroe