gretard / sonar-sql-plugin

SQL language (T-SQL, MySQL, Snowflake, Vertica and PostgreSQL dialects) plugin for SonarQube
GNU General Public License v3.0
79 stars 21 forks source link

Updated grammars-v4 for better Azure Synapse Analytics support #27

Closed grschneider closed 2 years ago

grschneider commented 2 years ago

I submitted a patch to grammars-v4 (https://github.com/antlr/grammars-v4/pull/2471) to get better support for Azure Synapse Analytics T-SQL. How do these changes get into a release of this plugin?

gretard commented 2 years ago

Hi,

Great stuff :) will include this in the next release :)

On Fri, Jan 7, 2022, 12:48 Gregor Schneider @.***> wrote:

I submitted a patch to grammars-v4 (antlr/grammars-v4#2471 https://github.com/antlr/grammars-v4/pull/2471) to get better support for Azure Synapse Analytics T-SQL. How do these changes get into a release of this plugin?

— Reply to this email directly, view it on GitHub https://github.com/gretard/sonar-sql-plugin/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3VN7FRAEOEHUMLXNXCJPDUU3AGFANCNFSM5LOQNXYQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

grschneider commented 2 years ago

Very cool, thanks. Do you have a regular release schedule?

gretard commented 2 years ago

There is no regular release schedule, as this is open source project, maintained on free time.

Please check the latest release at - https://github.com/gretard/sonar-sql-plugin/releases/tag/1.2.4

grschneider commented 2 years ago

Thanks for putting your free time into this, much appreciated!