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
Consider a file that's not SQL, but contains embedded SQL, perhaps a multi-line string.
val query ="""SELECT x FROM bar"""
The extension can't currently process that.
I'd like to be able to select the SQL (either manually, or, preferably, have it auto-select everything in the string the cursor is in), run the "fix" command, and have the fixed query replace the selection.
The text was updated successfully, but these errors were encountered:
Consider a file that's not SQL, but contains embedded SQL, perhaps a multi-line string.
The extension can't currently process that.
I'd like to be able to select the SQL (either manually, or, preferably, have it auto-select everything in the string the cursor is in), run the "fix" command, and have the fixed query replace the selection.
The text was updated successfully, but these errors were encountered: