David-Wobrock / sqlvalidator

SQL queries formatting, syntactic and semantic validation

Home Page:https://pypi.org/project/sqlvalidator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues when select expression is a boolean condition

David-Wobrock opened this issue · comments

The linter fails when we have something like SELECT field is not null and col > 0 FROM ..., but it should handle it

cannot reproduce c85c950