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

Jens Hübel updated CMIS-496:
----------------------------

      Component/s: opencmis-client-bindings
    Fix Version/s: OpenCMIS 0.7.0

Please note that this fix changes the interface to the query parser 
infrastructure:
Two methods in QueryObject have been deprecated:
getRequestedProperties()
getRequestedFuncs()

Please use the new versions instead:
getRequestedPropertiesByAlias()
getRequestedFuncsByAlias()

The only difference is that key and value of the returned map are exchanged.

Fixing this problem also required changes in the InMemoryServer and clients and 
server bindings.

                
> Query parser fails for multiple aliased selects on the same property
> --------------------------------------------------------------------
>
>                 Key: CMIS-496
>                 URL: https://issues.apache.org/jira/browse/CMIS-496
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-client-bindings, opencmis-server, 
> opencmis-server-inmemory
>    Affects Versions: OpenCMIS 0.6.0
>            Reporter: Jens Hübel
>            Assignee: Jens Hübel
>            Priority: Minor
>             Fix For: OpenCMIS 0.7.0
>
>
> A CMIS query like 
> SELECT cmis:objectId as xyz, cmis:objectId as abc FROM cmis:document
> is not processed correctly and returns only one column,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to