You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Manfred Baedke (JIRA)" <ji...@apache.org> on 2009/02/18 15:45:02 UTC

[jira] Created: (JCR-1986) XPathQueryBuilder treats ordering relations in property constraints as symmetrical

XPathQueryBuilder treats ordering relations in property constraints as symmetrical
----------------------------------------------------------------------------------

                 Key: JCR-1986
                 URL: https://issues.apache.org/jira/browse/JCR-1986
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-spi-commons
            Reporter: Manfred Baedke


The query trees created from the XPath queries "//foo[@bar>'x']" and "//foo['x'>@bar]" are identical. More generally, the RelationQueryNode objects representing a single property constraint do not change when switching the operands.


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