Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 766 Bytes

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 766 Bytes

Change Log

All notable changes to the "SQL Formatter" extension will be documented in this file.

[1.4.0]

  • Added sql-formatter.linesBetweenQueries option to configure how many line breaks you want between queries

[1.3.0]

  • Added sql-formatter.uppercase option to convert keywords to uppercase

[1.2.1]

  • Fixed formatting issues with unicode characters

[1.2.0]

  • Added support for formatting selections

[1.1.3]

  • Format to have one linebreak at the end of the file

[1.1.2]

  • Fix comment formatting when using Windows line endings

[1.1.0]

  • Now format all statements individually since sql-formatter doesn't always handle multiple statements correctly

[1.0.2]

  • Fixed issue with indentation

[1.0.0]

  • Initial release