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
But I think that is ambiguous. I tried the exact statement in DataGrip using a PostgreSQL database. And the returned value was the complete string )\');a. But the syntax highlighting messed it up ;-)
I really don't know how PostgreSQL (in my case) interprets this example as the double single quotes '' can escape a single quote as well.
Describe the bug
The following query gets split into two, when it shouldn't be:
To Reproduce
https://sqlformat.org/
Yields:
Expected behavior
The query should come out unchanged
Versions (please complete the following information):
Python: 3.12.1
sqlparse: 0.5.0
The text was updated successfully, but these errors were encountered: