-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.1
-
Component/s: None
-
Labels:None
@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.