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
I was wondering how you would feel about adding an option to configure the "..." pattern to our own liking?
This is mainly useful for users with IDE's that offer syntax highlighting and sql command executions directly from their IDE (like Rider). The "..." is seen as a syntax error. If we had the ability to change the pattern to maybe a comment (eg. /*...*/) we could still leverage these features :)
Edit: The "..." pattern also causes all my bulk insert statements to show up as errors in the Rider's error/problem list and it just adds a lot of clutter.
The benefits here are pretty much only Quality of Life improvements
The text was updated successfully, but these errors were encountered:
I was wondering how you would feel about adding an option to configure the "..." pattern to our own liking?
This is mainly useful for users with IDE's that offer syntax highlighting and sql command executions directly from their IDE (like Rider). The "..." is seen as a syntax error. If we had the ability to change the pattern to maybe a comment (eg.
/*...*/
) we could still leverage these features :)Edit: The "..." pattern also causes all my bulk insert statements to show up as errors in the Rider's error/problem list and it just adds a lot of clutter.
The benefits here are pretty much only Quality of Life improvements
The text was updated successfully, but these errors were encountered: