-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am getting duplicate inserts when I have a data set like this:
{ "guid":"a"},
{ "guid":"c"},Followed by an import on data set like this:
{"guid":"a"},
{"guid":"b"},
{"guid":"c"},After the first data set is inserted (just a and c) we try to import a new json set with a,b,c:
try to fetch objects a,b,c from managedObjectContext
return objects a,c
compare a==a
update a
compare b==c
insert b
compare c==b
insert c
object c is then duplicated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels