Skip to content

0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 14:26
· 6 commits to main since this release
8e6da9d

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.14.0

🚀 Features

  • (hover) Hover on roles, improve policy parser, change hover-layout (#499)
  • Autocomplete with single " (#502)
  • (completions) Correctly infer (quoted) schema for tables & functions (#509)
  • (build) X86 musl build (#518)
  • (hover) Hover on schemas (#514)

🐛 Bug Fixes

  • (plpgsql_check) Whitespace issue (#501)
  • Revoke create splitter (#505)
  • Context-aware named param conversion (#513)
  • (pgt_query) Iter macros (#517)
  • (hover) Hover multiple statements, hover table in policy/revoke/grant (#500)
  • Hover on quoted items (#512)
  • Unused test (#519)
  • (backendjsonrpc) Fix command (#520)

⚙️ Miscellaneous Tasks

  • Rewrite docs (#491)

Contributors