Re: Automatically check for anti-patterns in SQL queries

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Automatically check for anti-patterns in SQL queries
Date: 2017-10-09 06:22:25
Message-ID: orf4ip$j1s$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joy Arulraj schrieb am 08.10.2017 um 13:50:
> Hi folks -- We developed a static analysis tool, called SQLCheck, for
> automatically identifying anti-patterns in SQL queries.
>
> https://github.com/jarulraj/sqlcheck
>
> Our goal is to provide hints to the developers about potential
> performance and security issues present in SQL queries. I believe
> that integrating such a tool (maybe using a special SQL clause) with
> PostgreSQL can benefit users. Feedback would be much appreciated.

Looks interesting.

However on Windows 10 this does not seem to work. e.g.:

sqlcheck -h

simply does nothing. The program briefly starts (I can see the title of my cmd.exe changed) but then exists immediately without even showing the help.

Something like "sqlcheck -f test.sql" also shows no result at all (no error message, no output, nothing)

Regards
Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Rowley 2017-10-09 06:39:54 Re: OR-clause support for indexes
Previous Message Andre Mikulec 2017-10-09 03:18:33 https://www.postgresql.org/ftp/source/v10.0/ distribution IS different than git tag REL_10_0