You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Felix Oghină (JIRA)" <ji...@apache.org> on 2012/06/20 09:37:44 UTC

[jira] [Updated] (JCR-3347) Searches on properties of type Decimal give unexpected results

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

Felix Oghină updated JCR-3347:
------------------------------

    Description: 
Example:

* have a node with a Decimal property, e.g. price=25
* The following XPath query returns the node, although it shouldn't:

/jcr:root/content//*[@d_price > 50.0]

  was:
Example:

* have a node with a Double property, e.g. price=25
* The following query returns the node, although it shouldn't:

SELECT * FROM [nt:unstructured] WHERE price > 50

    Environment:     (was: Linux (Ubuntu 12.04), Oracle Java 1.6.0_31)
        Summary: Searches on properties of type Decimal give unexpected results  (was: Searches on properties of type Double give unexpected results)
    
> Searches on properties of type Decimal give unexpected results
> --------------------------------------------------------------
>
>                 Key: JCR-3347
>                 URL: https://issues.apache.org/jira/browse/JCR-3347
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>            Reporter: Felix Oghină
>            Assignee: Jukka Zitting
>
> Example:
> * have a node with a Decimal property, e.g. price=25
> * The following XPath query returns the node, although it shouldn't:
> /jcr:root/content//*[@d_price > 50.0]

--
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