SQL2 parser: identifiers should be case sensitive
-------------------------------------------------
Key: JCR-2155
URL: https://issues.apache.org/jira/browse/JCR-2155
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-spi-commons
Affects Versions: 2.0.0
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Fix For: 2.0.0
Currently the SQL2 parser converts the query to uppercase before parsing.
However the identifiers should be kept case sensitive.
Instead of converting the query to uppercase, String.equalsIgnoreCase should be
used to compare against keywords.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.