[
https://issues.apache.org/jira/browse/IGNITE-3798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Mashenkov updated IGNITE-3798:
-------------------------------------
Description:
Example: {noformat} "SELECT * FROM t1 WHERE t1.col1 = "{smth}"; {noformat}
Parser should not try literal _"\{smth\}"_ as escape sequence.
was:
Example: "SELECT * FROM t1 WHERE t1.col1 = "{smth}";
Parser should not try literal "{smth}" as escape sequence.
> ODBC: Escape sequences: Ensure that escape sequences are parsed correctly
> irrespective of delimiter chars inside literals.
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-3798
> URL: https://issues.apache.org/jira/browse/IGNITE-3798
> Project: Ignite
> Issue Type: Task
> Affects Versions: 1.7
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Fix For: 1.8
>
>
> Example: {noformat} "SELECT * FROM t1 WHERE t1.col1 = "{smth}"; {noformat}
> Parser should not try literal _"\{smth\}"_ as escape sequence.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)