You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2012/10/18 14:58:04 UTC

[jira] [Updated] (OAK-361) QueryEngine JCR-SQL 'ESCAPE' parsing & support

     [ https://issues.apache.org/jira/browse/OAK-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller updated OAK-361:
-------------------------------

    Description: 
The following code does not parse properly into query conditions:
  {code}
  AND value LIKE 'foo\_bar' ESCAPE '\'
  {code}

Failing test: SimpleQueryTest#testLikePatternEscaped

  was:
The following code does not parse properly into query conditions:
  AND value LIKE 'foo\_bar' ESCAPE '\'

Failing test: SimpleQueryTest#testLikePatternEscaped

    
> QueryEngine JCR-SQL 'ESCAPE' parsing & support
> ----------------------------------------------
>
>                 Key: OAK-361
>                 URL: https://issues.apache.org/jira/browse/OAK-361
>             Project: Jackrabbit Oak
>          Issue Type: Sub-task
>          Components: jcr
>            Reporter: Alex Parvulescu
>            Assignee: Thomas Mueller
>
> The following code does not parse properly into query conditions:
>   {code}
>   AND value LIKE 'foo\_bar' ESCAPE '\'
>   {code}
> Failing test: SimpleQueryTest#testLikePatternEscaped

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira