Skip to content

15.0.0

Compare
Choose a tag to compare
@nene nene released this 07 Dec 18:35
· 104 commits to master since this release

Breaking changes

  • The keywordCase option no more applies to data types.
  • The identifierCase option no more applies to function names.
  • New formatting style of CREATE TABLE (#495) Thanks to Timon Jurschitsch
  • New formatting style of CREATE VIEW
  • When using custom dialects: TokenizerOptions has new mandatory reservedDataType field.

New features

  • Added functionCase option (#237) Thanks to Karl Horky
  • Added dataTypeCase option (#653) Thanks to Karl Horky

Bugfixes

  • Support *.* syntax in MySQL GRANT statements (#674)
  • No more treat some common table/field names in PostgreSQL as keywords (#156)
  • Allow type to be used as identifier in PostgreSQL (#685)