github sqlfluff/sqlfluff 0.2.4
Mostly small upgrades and stability.

latest releases: 3.0.5, 3.0.4, 3.0.3...
4 years ago

Added

  • A --code-only option to the parse command to spit out a more
    simplified output with only the code elements.
  • Rules can now optionally override the description of the violation
    and pass that back via the LintingResult.

Changed

  • Bugfix, correct missing files in setup.py install_requires section.
  • Better parsing of the not equal operator.
  • Added more exclusions to identifier reserved words to fix cross joins.
  • At verbosity levels 2 or above, the root config is printed and then any
    diffs to that for specific files are also printed.
  • Linting and parsing of directories now reports files in alphabetical
    order. Thanks @barrywhart.
  • Better python 2.7 stability. Thanks @barrywhart.
  • Fixing parsing of IN/NOT IN and IS/IS NOT.

Don't miss a new sqlfluff release

NewReleases is sending notifications on new releases.