You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2007/10/24 16:42:51 UTC

[jira] Resolved: (JCR-1151) avoid converting property values to strings

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

Julian Reschke resolved JCR-1151.
---------------------------------

    Resolution: Fixed

Resolved with revision 587899.

> avoid converting property values to strings
> -------------------------------------------
>
>                 Key: JCR-1151
>                 URL: https://issues.apache.org/jira/browse/JCR-1151
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: SPI
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>
> QValues currently can not expose properties of types LONG and DOUBLE in a parsed format. Thus, setting/retrieving properties of these types requires roundtripping through Strings, which we should avoid.
> Proposal:
> 1) Add "long getLong()" and "double getDouble()" to QValue.
> 2) Add matching create methods to QValueFactory.
> 3) Take advantage of the new methods in JCR2SPI, for instance by allowing it's own Value implementation to internally just hold the QValue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.