Skip to content

Releases: sql-formatter-org/sql-formatter

15.8.2

21 Jun 10:52

Choose a tag to compare

Always keep spaces around - operator in BigQuery (#953) Thanks to @sarathfrancis90

15.8.1

04 Jun 19:20

Choose a tag to compare

Fix block-comment placement idempotency issue (#952) Thanks to @sarathfrancis90

15.8.0

17 May 18:06

Choose a tag to compare

PostgreSQL formatting

  • Add support for PostgreSQL keywords in CREATE CONSTRAINT TRIGGER (#948) (thanks to @karlhorky)

Internal changes

  • Switch from yarn to pnpm (#949)
    View changes on GitHub

15.7.4

12 May 10:39

Choose a tag to compare

Bugfix

  • Support Tcl-style $param(...) syntax in SQLite (#944, #943) (thanks to @SAY-5)

15.7.3

28 Mar 08:19

Choose a tag to compare

Bugfixes

  • Properly format TIMESTAMP WITH TIME ZONE in Trino (#936)
  • Add missing PostgreSQL operators and fix >^ geometric operator (#938) (thanks to Matthew Rathbone)
  • Add the missing OPENJSON Transact-SQL function (#937) (thanks to nuintun)

15.7.2

17 Feb 11:47

Choose a tag to compare

  • Support CORRESPONDING keyword on Trino set operations (#934)

15.7.1

13 Feb 18:23

Choose a tag to compare

Bugfix

  • Remove multi-word functions names from MySQL (#933)

15.7.0

14 Jan 21:15

Choose a tag to compare

New dialect

15.6.12

15 Dec 08:31

Choose a tag to compare

Minor improvement

  • Support UUID functions of PostgreSQL 18 (#925)

15.6.11

10 Dec 08:20

Choose a tag to compare

Minor fixes

  • Format COMMENT ON as keywords in PostgreSQL