-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: PostgreSQL parser should not treat \ as an escape char
The PostgreSQL parser that removes comments and checks the type of statement should not consider a backslash inside a quoted literal or identifier as an escape character. Instead, only double occurrences of the same quotes as the begin/end quote should be considered as an escape inside a quoted literal or identifier. Fixes #1920
- Loading branch information
Showing
2 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters