Skip to content

v1.1.6

Choose a tag to compare

@gmr gmr released this 15 Jun 17:03
· 7 commits to main since this release
11fa38d

What's Changed

Fixed

  • Format PL/pgSQL constructs that previously rendered incorrectly: ALIAS FOR declarations (the target was dropped), RETURN NEXT / RETURN QUERY (the keyword was dropped), and FOR loops over a query (the query text after IN was dropped). (#9)

Changed

  • Bump tree-sitter-postgres to 1.2.3, which adds PL/pgSQL grammar support for multi-word type names (character varying, double precision, timestamp with time zone), DEFAULT initializers, bare RETURN NEXT, and ALIAS FOR $N. (gmr/tree-sitter-postgres#42)