Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
@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.