BUG: fix for #170
All threads resolved!
All threads resolved!
Compare changes
Fix for #170 (closed)
The update transation still used an old and obsolete implementation for inserting values. This only affected the corner case of the issue (update of an abstract, list-type property with a non-null value (aka "default value").
InsertEntityValue
(because the value is inserted by InsertEntityProperties
and the respective call in UpdateEntityTransaction
.Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.