Re: Core Data saving / Leopard / The temporary directory at ...
Re: Core Data saving / Leopard / The temporary directory at ...
- Subject: Re: Core Data saving / Leopard / The temporary directory at ...
- From: Jonathan Freeman <email@hidden>
- Date: Tue, 21 Oct 2008 12:24:13 -0700 (PDT)
Thanks Chaitanya,
This sent me on the right path. I had implemented a custom remove on the children and was calling the MOC -deleteObject method to remove a child from MOC.
The docs say this on the deletedObjects method:
Discussion
Note that the returned set does not necessarily include all the objects that have been deleted (using deleteObject:)—if an object has been inserted and deleted without an intervening save operation, it is not included in the set.
I was able to remove and clean up some legacy code, thanks so much!
Jonathan Freeman
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden