[
https://issues.apache.org/jira/browse/OPENJPA-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605092#comment-14605092
]
Romain Manni-Bucau commented on OPENJPA-2597:
---------------------------------------------
Just removing in HSQLDictionary "NUMERIC" from fixedSizeTypeNameSet is fine
(tested against hsqldb 2.x). DECIMAL has the same issue since it is the same
for hsqldb.
> HsqlDictionary considers NUMERIC as a fixedSizeTypeNameSet
> ----------------------------------------------------------
>
> Key: OPENJPA-2597
> URL: https://issues.apache.org/jira/browse/OPENJPA-2597
> Project: OpenJPA
> Issue Type: Bug
> Reporter: Romain Manni-Bucau
>
> @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)