[
https://issues.apache.org/jira/browse/CALCITE-5305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17612111#comment-17612111
]
Dmitry Sysolyatin commented on CALCITE-5305:
--------------------------------------------
[~julianhyde] Sorry, I didn't get a little bit your last comment. About which
config flags did you write ?
> Support string constants with c-style escapes
> ---------------------------------------------
>
> Key: CALCITE-5305
> URL: https://issues.apache.org/jira/browse/CALCITE-5305
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Dmitry Sysolyatin
> Assignee: Dmitry Sysolyatin
> Priority: Major
> Labels: pull-request-available
>
> Support string constants with c-style escapes. Example:
> {code}
> select e'\u0061\x61\141' as col1;
> col1
> ------
> aaa
> (1 row)
> {code}
> [4.1.2.2. String Constants With C-Style
> Escapes|https://www.postgresql.org/docs/14/sql-syntax-lexical.html#SQL-SYNTAX-CONSTANTS]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)