Skip to content

Releases: gretard/sonar-sql-plugin

1.0.5 version

06 Nov 21:20

Choose a tag to compare

Contains various code fixes :)

1.0.3 version

19 Jul 15:14

Choose a tag to compare

This release inclues:

  • a few bug fixes
  • additional option to skip reporting of issues found by analyzers (sonar.sql.rules.skip), i.e. SqlCodeGuard, SQLCheck and others, i.e:
sonar.sql.rules.skip=tsql-cg:ST008

1.0.2 version

14 Jul 15:04

Choose a tag to compare

Contains code fixes. Tested with Java 8 and 11.

1.0.1 version

27 May 15:41

Choose a tag to compare

This release contains small bug fixes.

Initial release

08 Apr 17:30

Choose a tag to compare

This is an initial release of SQL language plugin for Sonar supporting multiple dialects (tsql, pssql, mysql). More details can be found at here.