Open
Description
If a model has relations, they will be saved after calling parentStore.Update(parent, Schema.Parent.PlainString)
, even if their FKs are not included in the cols...
list.
This behaviour is not breaking, but kind of suboptimal. Most of the time you specify which columns must be updated it's because you don't want to touch any other thing.
It can be considered problematic if the user assumes that only the specified fields will be updated.