forked from apache/calcite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-4847] Parse SQL with BigQuery-style quoted identifiers and c…
…haracter literals In BigQuery, identifiers are quoted with backticks and an included backtick is escaped with a backslash; character literals are quoted with single-quotes or double-quotes and an included quote is escaped with a backslash. The parser enters this mode if you specify 'dialect=BIG_QUERY', 'lex=BIG_QUERY', or 'quoting=BACK_TICK_BACKSLASH' in the connect string. The connect string parameter 'quoting' previously allowed values 'DOUBLE_QUOTE', 'BACK_TICK' and 'BRACKET', and now also allows 'BACK_TICK_BACKSLASH'.
- Loading branch information
1 parent
a250ab0
commit c2d0d66
Showing
5 changed files
with
90 additions
and
36 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
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
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