I tried to perform following actions via repository (SDN 4.0.0.RC2):
- I save
entity
with an property withnull
value - I save
entity
again (i.e update it), but now property has a value
In this case updating is not performed. Value still is null. Is it a bug?