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
Nice little plugin,
Unfortunately it does not handle comments with double-dash (--) very well SELECT * FROM table -- used to update other table from this
becomes
SELECT
*
FROM
table -- used to update
other table
from
this