You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2016/08/29 15:35:20 UTC

[jira] [Updated] (IGNITE-3798) ODBC: Escape sequences: Ensure that escape sequences are parsed correctly irrespective of delimiter chars inside literals.

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