Opened 4 years ago
Closed 4 years ago
#2315 closed defect (fixed)
fix updates of floating point data with interval null values
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | qlparser | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
There are two problems when updating floating point data with interval null values:
- The floating point null value is wrongly cast to int64
- If the source value is null then the target value is not updated, but it should be if the target value is also a null value
Note:
See TracTickets
for help on using tickets.