Romain Manni-Bucau created OPENJPA-2597:
-------------------------------------------

             Summary: 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)

Reply via email to