Opened 6 years ago
Closed 6 years ago
#1981 closed defect (fixed)
Updates should properly initialize new tiles with null values
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | qlparser | Version: | 9.7 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
Currently new tiles are initialized with 0, so an update which contains null values fails because it will not update the non-null values.
To correct this new tiles should be initialized with null values.
Note:
See TracTickets
for help on using tickets.