[
https://issues.apache.org/jira/browse/OPENJPA-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Manni-Bucau resolved OPENJPA-2597.
-----------------------------------------
Resolution: Fixed
Fix Version/s: 2.4.1
> 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)