You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2007/05/18 17:38:16 UTC

[jira] Created: (JCR-932) lossy SQL parsing

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.