You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/09/15 20:15:18 UTC

[GitHub] [calcite-avatica] jackscott6174 opened a new pull request #153: [CALCITE-4767] Add Quoting.BQ_BACK_TICK to support BQ identifier syntax

jackscott6174 opened a new pull request #153:
URL: https://github.com/apache/calcite-avatica/pull/153


   BigQuery uses `` \` `` to escape backticks in identifiers, instead of the usual ` `` `. We need a separate `Quoting` enum value to allow the Calcite SQL parser to distinguish between these syntaxes.
   
   See CALCITE-4767 for more details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [calcite-avatica] julianhyde closed pull request #153: [CALCITE-4767] Add Quoting.BQ_BACK_TICK to support BQ identifier syntax

Posted by GitBox <gi...@apache.org>.
julianhyde closed pull request #153:
URL: https://github.com/apache/calcite-avatica/pull/153


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org