[ 
https://issues.apache.org/jira/browse/OPENJPA-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605102#comment-14605102
 ] 

ASF subversion and git services commented on OPENJPA-2597:
----------------------------------------------------------

Commit 1688082 from [~rmannibucau] in branch 'openjpa/trunk'
[ https://svn.apache.org/r1688082 ]

OPENJPA-2597 DECIMAL and NUMERIC needs scale configuration for hsqldb

> HsqlDictionary considers NUMERIC/DECIMAL as a fixedSizeTypeNameSet
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-2597
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2597
>             Project: OpenJPA
>          Issue Type: Bug
>            Reporter: Romain Manni-Bucau
>             Fix For: 2.4.1
>
>
> @Column(scale = 8, precision = 10) double val; mapping would need 
> NUMERIC(10,8) type but since numeric is in fixedSizeTypeNameSet set then we 
> just get NUMERIC and scale=0 which implies float/double/BigDecimal mappings 
> are not working as expected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to