You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add add_or_update to DiffSync class. #70 - Add add_or_update() method to DiffSync class that requires a DiffSyncModel to be passed in and will attempt to add or update an existing object
Extend sync_to|from to accept a Diff #80 - Add support for an existing Diff object to be passed to sync_to() & sync_from() to prevent another diff from being calculated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Added
add_or_update()
method to DiffSync class that requires a DiffSyncModel to be passed in and will attempt to add or update an existing objectsync_to()
&sync_from()
to prevent another diff from being calculated.SKIP_UNMATCHED_BOTH
,SKIP_UNMATCHED_SRC
&SKIP_UNMATCHED_DST
to match the behavior of the global flagsChanged
create
,update
,delete
) to proper EnumFixed
This discussion was created from the release v1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions