Skip to content

Releases: Liquipedia/SqlLint

1.2.1

16 Jun 23:33
Compare
Choose a tag to compare

display default value even for parameters where there is no list of allowed values

1.2.0

16 Jun 23:30
Compare
Choose a tag to compare
  • Allow specifying the path where the SQL files are.
  • Introduce optional config file .sqllint.json for parameters.
  • General cleanup work around parameter handling.

Full Changelog: 1.1.3...1.2.0

1.1.3

13 May 14:35
Compare
Choose a tag to compare
  • Add a help command

1.1.2

20 Apr 13:38
Compare
Choose a tag to compare
  • Actually fix CLI output if STDOUT is not a tty

1.1.1

20 Apr 12:12
Compare
Choose a tag to compare
  • Fixed CLI output if STDOUT is not a tty

1.1.0

23 Mar 02:20
Compare
Choose a tag to compare
  • Refactored output generating
  • Added option to generate JUnit compatible report
  • All files now use php strict_types=1

1.0.3

26 Oct 22:36
9c0f56c
Compare
Choose a tag to compare

Added a description message in composer.json

1.0.2

06 Sep 14:32
a3bcf01
Compare
Choose a tag to compare

Added a success message when there are no errors.

1.0.1

04 Mar 16:44
Compare
Choose a tag to compare
added missing $ signs

1.0.0

04 Mar 16:38
Compare
Choose a tag to compare
initial commit