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/06/26 16:55:26 UTC

[jira] Updated: (JCR-981) XPath pseudo property support missing for "is null" and "is not null"

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

Julian Reschke updated JCR-981:
-------------------------------

    Description: 
I believe the change for issue JCR-247 is incomplete, for instance

  //*[@x]

and

  //*[foo/@x]

are parsed into the same query tree.

  was:
I believe the change for issue JCR-668 is incomplete, for instance

  //*[@x]

and

  //*[foo/@x]

are parsed into the same query tree.


> XPath pseudo property support missing for "is null" and "is not null"
> ---------------------------------------------------------------------
>
>                 Key: JCR-981
>                 URL: https://issues.apache.org/jira/browse/JCR-981
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: query
>            Reporter: Julian Reschke
>            Priority: Minor
>
> I believe the change for issue JCR-247 is incomplete, for instance
>   //*[@x]
> and
>   //*[foo/@x]
> are parsed into the same query tree.

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