Not much to go on here. Deletes cancel out inserts, so that could remove them from the inserted list. If you delete an owning object that has a cascade deletion relationship to those objects, they'll get nuked. If you call -refreshObject:mergeChanges:NO on an object with pending changes, you will be extremely unhappy. If you have a merge policy set, it's possible another context vetoed the changes (via a cascade delete rule, typically)

A minimal sample Xcode project with source that reproduces your problem would be ideal. Those bugs get fixed faster. Otherwise, zip up whatever you feel comfortable sending to Apple. bugreport.apple.com

- Ben

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to