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
This happens because regex for select is checked first. I wonder if it makes sense to check for insert regex first? After all, select can be in an insert query, but insert can't be in an select query.
The text was updated successfully, but these errors were encountered:
👋
This happens because regex for
select
is checked first. I wonder if it makes sense to check forinsert
regex first? After all,select
can be in aninsert
query, butinsert
can't be in anselect
query.The text was updated successfully, but these errors were encountered: