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
This change is not enough, unfortunately. I have tested it and it breaks some tests (COPY FROM STDIN, because there a backslash can be set as an escape char)
It breaks if use single quoted string with backslash escaped single quote, for example 'Author's name'.
But mysql and postgres accept it
https://dev.mysql.com/doc/refman/8.4/en/string-literals.html
https://www.postgresql.org/docs/current/sql-syntax-lexical.html
I think it can be fixed by changing single_quote grammar to this
The text was updated successfully, but these errors were encountered: