Skip to content

Releases: sql-formatter-org/sql-formatter

15.8.2

Choose a tag to compare

@nene nene released this 21 Jun 10:52

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

15.8.1

Choose a tag to compare

@nene nene released this 04 Jun 19:20

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

15.8.0

Choose a tag to compare

@nene nene released this 17 May 18:06

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

Choose a tag to compare

@nene nene released this 12 May 10:39

Bugfix

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

15.7.3

Choose a tag to compare

@nene nene released this 28 Mar 08:19

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

Choose a tag to compare

@nene nene released this 17 Feb 11:47
  • Support CORRESPONDING keyword on Trino set operations (#934)

15.7.1

Choose a tag to compare

@nene nene released this 13 Feb 18:23

Bugfix

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

15.7.0

Choose a tag to compare

@nene nene released this 14 Jan 21:15

New dialect

15.6.12

Choose a tag to compare

@nene nene released this 15 Dec 08:31

Minor improvement

  • Support UUID functions of PostgreSQL 18 (#925)

15.6.11

Choose a tag to compare

@nene nene released this 10 Dec 08:20

Minor fixes

  • Format COMMENT ON as keywords in PostgreSQL