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
SQL Dialect is greyed out (due to an error, presumably)
Clear your input, enter valid code for default dialect
Change the dialect to T-SQL
Clear input and enter the T-SQL code
Output is not formatted T-SQL code
Likewise, inserting functional code and changing dialect which causes parse error will lock user out of the dialect change:
Expected behavior
It should be possible to change the dialect on parse error, considering the target dialect may not result in an error.
Alternatively, it should be possible to change dialect while the input is blank.
Preferrably both.
Current behavior
Likewise, inserting functional code and changing dialect which causes parse error will lock user out of the dialect change:
Expected behavior
It should be possible to change the dialect on parse error, considering the target dialect may not result in an error.
Alternatively, it should be possible to change dialect while the input is blank.
Preferrably both.
Environment
Example code
select yourfield
select [yourfield]
The text was updated successfully, but these errors were encountered: