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 "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2012/10/04 10:19:07 UTC

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

Alex Parvulescu created OAK-361:
-----------------------------------

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


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

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

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

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ 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

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

Posted by "Alex Parvulescu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OAK-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Parvulescu updated OAK-361:
--------------------------------

    Fix Version/s: 0.6
    
> 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
>             Fix For: 0.6
>
>
> 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

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

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OAK-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller reassigned OAK-361:
----------------------------------

    Assignee: Thomas Mueller
    
> 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:
>   AND value LIKE 'foo\_bar' ESCAPE '\'
> 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

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

Posted by "Thomas Mueller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OAK-361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Mueller resolved OAK-361.
--------------------------------

    Resolution: Fixed

Revision 1401716 and revision 1401717 (test case)
(actually it might have worked before, but those revisions
were related to like conditions and there is now a test case)
                
> 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