Opened 23 hours ago
Closed 22 hours ago
#2834 closed defect (fixed)
FIX - resolution column in axis_extent table must be in String not BigDecimal
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | petascope | Version: | 10.4 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
because BigDecimal resolution
in AxisExtent
class, hence it is set to BigDecimal in java so Hibernate created this column as BigDecimal(19,2)
which will make this decimal value -0.000270000270000268
as 0
which is wrong.
Note:
See TracTickets
for help on using tickets.