Merged
Eelco van der Wel requested to merge
partial-item-update into
dev
preparation for sync
- Partial item updates: only (bulk) update properties that have been changed since last time this item was retrieved
- Implementing by having a set
ItemBase._updated_properties
and extending setattr
in Itembase when setting properties
- add
ItemBase._in_pod
, True
if item exists in the Pod.
- Edit podclient to make both work
Edited by Eelco van der Wel