Skip to content

Releases: sqlfluff/vscode-sqlfluff

v3.0.0

17 Mar 00:18
Compare
Choose a tag to compare

[3.0.0] - 2024-03-13

  • Update for sqlfluff version 3.0.0.
  • Add Vertica dialect.
  • Removed --force from fix as it is the default for >= 3.0.0.

v2.4.4

12 Sep 16:00
Compare
Choose a tag to compare

[2.4.4] - 2023-09-12

  • Switch DBT Osmosis to DBT Core Interface. Thanks to BAntonellini's Pull Request

v2.4.2

17 Aug 14:52
Compare
Choose a tag to compare

[2.4.2] - 2023-08-17

  • Show context menu items by default.

v2.4.1

27 Jul 23:03
Compare
Choose a tag to compare

[2.4.1] - 2023-07-27

  • Fix bugs with SQLFluff Format Selection.

v2.4.0

27 Jul 03:41
Compare
Choose a tag to compare

[2.4.0] - 2023-07-26

  • Fix bug with - SQLFluff Format Selection now can be placed in the context menu.

v2.3.9

27 Jul 03:33
Compare
Choose a tag to compare

[2.3.9] - 2023-07-16

  • Update the sqlfluff.format.languages to accept objects containing formatting settings for the languages to address this Feature Request
  • Format selection now can format while preserving the whitespace (based on first line)
  • SQLFluff Format Selection now can be placed in the context menu.

v2.3.8

16 Jul 17:14
Compare
Choose a tag to compare

[2.3.8] - 2023-07-16

  • Fix - Stop SQLFluff output channel from showing twice

v2.3.7

15 Jul 17:26
Compare
Choose a tag to compare

[2.3.7] - 2023-07-15

  • Update the sqlfluff.dialect enum
  • Update the sqlfluff.codeActions.noqa defaults to the sqlfluff 2.0 rule values

v2.3.6

15 Jul 17:16
Compare
Choose a tag to compare

[2.3.6] - 2023-07-15

  • Add the sqlfluff.format.languages setting to allow for users to determine which languages the formatting activates for
  • Add the sqlfluff.linter.languages setting to allow for users to determine which languages the linting activates for

v2.3.5

15 Jul 04:15
Compare
Choose a tag to compare

[2.3.5] - 2023-07-14

  • Add the ability to Format Selection
  • Add the command sqlfluff.showOutputChannel to reveal the SQLFluff Output Channel
  • Display error for ignored parsing issues when attempting a format