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

Formatting: break down long WHERE with boolean conditions on multiple lines

David-Wobrock opened this issue · comments

a long WHERE this > 0 AND that < 0 AND foo = 4 AND ..... will be breaked on multiple lines by the linter. But it should be the case when reaching a certain line length