Thomas Mueller created OAK-499:
----------------------------------

             Summary: SQL-2 query parser doesn't detect some illegal statements
                 Key: OAK-499
                 URL: https://issues.apache.org/jira/browse/OAK-499
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: query
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller
            Priority: Minor


The SQL-2 query parser doesn't detect some illegal statements, for example

{code}
select * from [nt:base] where name =+ 'Hello'
select * from [nt:base] where name => 'Hello'
{code}

Both are currently interpreted as "name = 'Hello'", which is wrong.

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

Reply via email to