You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2017/03/31 14:48:41 UTC

[jira] [Updated] (CMIS-1012) OpenCMIS query parser does not allow selecting secondary properties in simple queries

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

Florian Müller updated CMIS-1012:
---------------------------------
    Fix Version/s: OpenCMIS 1.1.0

> OpenCMIS query parser does not allow selecting secondary properties in simple queries
> -------------------------------------------------------------------------------------
>
>                 Key: CMIS-1012
>                 URL: https://issues.apache.org/jira/browse/CMIS-1012
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-server
>    Affects Versions: OpenCMIS 1.0.0
>            Reporter: Jens Hübel
>            Priority: Minor
>             Fix For: OpenCMIS 1.1.0
>
>
> The query parser in OpenCMIS allows only to select properties which are part of a type that is mentioned in a FROM or JOIN statement. It is not possible to retrieve properties from secondary types when doing a simple query on a primary type (unless you use SELECT *).
> Example:
> SELECT cmis:name, cmis:objectId, mySecondaryProperty FROM cmis:document WHERE cmis:createdBy = 'joe'
> fails to parse with
> mySecondaryProperty is not a property query name in any of the types in from



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)