github sqlfluff/sqlfluff 2.0.1
[2.0.1] - 2023-03-18

latest releases: 3.2.0, 3.1.1, 3.1.0...
18 months ago

Highlights

This is mostly a bugfix release addressing some of the issues from the recent 2.0 release. Notable fixes are:

  • Spacing for (as applied by LT01) for datatypes, hyphenated identifiers and casting operators.
  • Several bugs in the indentation routines (LT02), in particular with implicit indents.
  • Fixing a conflict between LT09 and LT02, by only limiting LT09 to bringing targets onto a single line if there is only one select target and that it contains no newlines.
  • Supporting arrays, and the new rules configuration more effectively in pyproject.toml.
  • Configuring dialects on a file by file basis using inline comments now works.

This release also brings one small new feature in allowing additional flags to be passed to SQLFluff when called as a pre-commit hook.

Thanks especially to @JavierMonton and @LauraRichter who made their first contributions to the project as part of this release! πŸŽ‰πŸ†

What’s Changed

Don't miss a new sqlfluff release

NewReleases is sending notifications on new releases.