You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2009/09/25 11:16:16 UTC

[jira] Assigned: (JCR-2328) PropertyValue constraint fails with implicit selectorName using JCR-SQL2

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

Thomas Mueller reassigned JCR-2328:
-----------------------------------

    Assignee: Thomas Mueller

> PropertyValue constraint fails with implicit selectorName using JCR-SQL2
> ------------------------------------------------------------------------
>
>                 Key: JCR-2328
>                 URL: https://issues.apache.org/jira/browse/JCR-2328
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 2.0-alpha11
>            Reporter: Philipp Bunge
>            Assignee: Thomas Mueller
>
> Compiling a JCR-SQL2 query involving a PropertyValue constraint using a qualified property name fails if selectorName is not explicitly defined.
> The following query works:
> SELECT * FROM [my:thing] AS thing WHERE thing.[my:property] = 'abc'
> the following doesn't:
> SELECT * FROM [my:thing] AS thing WHERE [my:property] = 'abc'
> (the "AS thing" is unecessary here, I can leave it out with the same result).
> The second query results in an:
> javax.jcr.query.InvalidQueryException: Query:
> SELECT * FROM [my:thing] AS thing WHERE [(*)my:property] = 'abc';
> expected: NOT, (
> The spec final draft however states:
> PropertyValue ::= [selectorName'.'] propertyName
>    /* If only one selector exists in this query,
>       explicit specification of the selectorName is
>       optional */

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