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/17 20:30:28 UTC

[GitHub] [calcite] jackscott6174 opened a new pull request #2527: [CALCITE-4767] Add identifierEscapedQuoteString Dialect Property

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


   Allows dialects to specify their strategy for escaping quotes in identifiers. Currently BigQuery is the only dialect that doesn't use `` or '', instead using \` to escape ` in identifiers. The logic is copied directly from literalEscapedQuoteString.
   
   Note that this fixes only the SQL generation side of the BigQuery quoting – we need to wait for the Avatica upgrade (CALCITE-4762) that will include julianhyde/calcite-avatica@f575ca8 in order to fix SQL parsing for \` in BigQuery.


-- 
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] julianhyde closed pull request #2527: [CALCITE-4767] Add identifierEscapedQuoteString Dialect Property

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


   


-- 
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