Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF23D188D5 for ; Sat, 23 May 2015 20:50:17 +0000 (UTC) Received: (qmail 1989 invoked by uid 500); 23 May 2015 20:50:17 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 1943 invoked by uid 500); 23 May 2015 20:50:17 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 1388 invoked by uid 99); 23 May 2015 20:50:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2015 20:50:17 +0000 Date: Sat, 23 May 2015 20:50:17 +0000 (UTC) From: =?utf-8?Q?Florian_M=C3=BCller_=28JIRA=29?= To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CMIS-911) CMIS Query - no hits when float MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CMIS-911?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Florian M=C3=BCller resolved CMIS-911. --------------------------------- Resolution: Not A Problem > 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=C5=BE Kolmani=C4=8D > > CMIS query with search on float (and double also) property always returns= nothing even they are some hits.=20 > 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 Postg= re DB on Linux. > It's the same bug from Workbench or from our java client. > Query:=20 > SELECT * FROM ba:doc WHERE ba:amount > 10 AND ba:amount < 150 > where amount is float property: > > d:float > -- This message was sent by Atlassian JIRA (v6.3.4#6332)