You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bit of a niche case but I thought I'd point it out nonetheless.
When doing sql-lint -vv (or any verbose option) it will only output the verbose output if there are checks for that query.
i.e. If we are running
echo 'DELETE; ' | sql-lint -vv
and we are ignoring all DELETE based checks in our config, then the verbose output will not display (because it's related to the check).
Sometimes though, we'd like to see the verbose output regardless of if there's checks for that query or not. For instance, to debug a query's tokenisation/category etc...
Not urgent at all but thought I'd bring it to light.
The text was updated successfully, but these errors were encountered:
Bit of a niche case but I thought I'd point it out nonetheless.
When doing
sql-lint -vv
(or any verbose option) it will only output the verbose output if there are checks for that query.i.e. If we are running
and we are ignoring all
DELETE
based checks in our config, then the verbose output will not display (because it's related to the check).Sometimes though, we'd like to see the verbose output regardless of if there's checks for that query or not. For instance, to debug a query's tokenisation/category etc...
Not urgent at all but thought I'd bring it to light.
The text was updated successfully, but these errors were encountered: