You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/08/27 15:05:30 UTC

[jira] Resolved: (JCR-1090) Superfluous AndQueryNode in query tree built by SQL parser

     [ https://issues.apache.org/jira/browse/JCR-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-1090.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Fixed in revision: 570098

> Superfluous AndQueryNode  in query tree built by SQL parser
> -----------------------------------------------------------
>
>                 Key: JCR-1090
>                 URL: https://issues.apache.org/jira/browse/JCR-1090
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: query
>            Reporter: Julian Reschke
>            Priority: Minor
>             Fix For: 1.4
>
>
> Test query (tested with <http://people.apache.org/~mreutegg/jcr-query-translator/translator.html>):
>   SELECT * FROM nt:folder WHERE x = 1 
> generates the following query tree:
> + Root node
> + Select properties: *
>   + PathQueryNode
>     + LocationStepQueryNode:  NodeTest=* Descendants=true Index=NONE
>       + AndQueryNode
>         + RelationQueryNode: Op: =  Prop=@{}x Type=LONG Value=1
>       + NodeTypeQueryNode:  Prop={http://www.jcp.org/jcr/1.0}primaryType Value={http://www.jcp.org/jcr/nt/1.0}folder
> It seems the AndQueryNode is superfluous.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.