Opened 6 years ago
Closed 6 years ago
#1917 closed defect (fixed)
update stmt: if source null values are not specified, take target null values
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | qlparser | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
On update null values in the source object should not overwrite non-null values in the target object (in the db).
If null values for the source object are not specified though, update should take the null values from the target object.
Note:
See TracTickets
for help on using tickets.