3lvis / Sync

JSON to Core Data and back. Swift Core Data Sync.
MIT License
2.55k stars 263 forks source link

Misordering when doing a disjoint sync of many to many objects #550

Closed rlester closed 5 years ago

rlester commented 5 years ago
  1. Sync two sets of objects with no relationship.
  2. Then sync the ordered relationship between the two sets of objects.
  3. This commit fixes the resultant many to many relationship not respecting the order.
3lvis commented 5 years ago

Looks great, thanks @rlester 👏