Tomaž Kolmanič created CMIS-911: ----------------------------------- Summary: CMIS Query - no hits when float Key: CMIS-911 URL: https://issues.apache.org/jira/browse/CMIS-911 Project: Chemistry Issue Type: Bug Components: opencmis-client, opencmis-workbench Affects Versions: OpenCMIS 0.13.0 Environment: Alfresco Community 5.0.d on Linux with MySQL Client on Windows 8 Reporter: Tomaž Kolmanič
CMIS query with search on float (and double also) property always returns nothing even they are some hits. The same query on the same data custom model works fine when Alfresco and MySQL are running on Windows, and also when Alfresco is running with Postgre DB on Linux. It's the same bug from Workbench or from our java client. Query: SELECT * FROM ba:doc WHERE ba:amount > 10 AND ba:amount < 150 where amount is float property: <property name="ba:amount"> <type>d:float</type> </property> -- This message was sent by Atlassian JIRA (v6.3.4#6332)