lossy SQL parsing
-----------------
Key: JCR-932
URL: https://issues.apache.org/jira/browse/JCR-932
Project: Jackrabbit
Issue Type: Bug
Components: query
Reporter: Julian Reschke
Priority: Minor
The SQL parser is accepting queries of the form:
SELECT * FROM a, b
but internally generates a query tree equivalent to:
SELECT * FROM b
Either the query should be rejected, or the query tree should reflect the original query.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|