[hibernate-issues] [Hibernate-JIRA] Commented: (OGM-12) Support more GridTypes

Nicolas Helleringer (JIRA) noreply at atlassian.com
Tue Apr 5 10:52:59 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/OGM-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41972#action_41972 ] 

Nicolas Helleringer commented on OGM-12:
----------------------------------------

For BigDecimal .NET users can use J# implementation and toString converter ouput the scientific notation of decimal number.
I am not sure this is enforced by any kind of standard validation in any language.

Boolean conversion to 'true'/'false' should pass everywhere

BigInteger is quite straigh foward in string

Byte is ouputed as 'b$value' I am not sure it is easy to use elsewhere

Maybe we could have a look at UUID which are quite used in a data storage context (and has a normalized string version ;)

> Support more GridTypes
> ----------------------
>
>                 Key: OGM-12
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/OGM-12
>             Project: Hibernate OGM
>          Issue Type: New Feature
>            Reporter: Emmanuel Bernard
>            Assignee: Nicolas Helleringer
>
> Today we only support basic numeric and string types
> We should support other types like URL, BigDecimal etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list