So, I thought I could create a new NSManagedObjectContext given the 
NSPersistentStoreCoordinator of a different MOC, and that it would be a 
completely blank context. But it turns out fetches for objects will fetch 
anything out of the store(s). This makes sense, but isn't what I wanted. I 
really wanted to have to create all new objects in the new MOC, and then add 
those to the store, and otherwise treat the MOC as if it were a blank slate 
(i.e., do fetches, etc and not have any problems).

So, it looks like I need to create a new standalone MOC, and then manually 
integrate the changes back into the old one. Before I proceed with that, can 
anyone tell me if that's not the case?

TIA!
Rick

P.S. It may not be as bad as all that; I may be able to do what I need to with 
no Fetches done in the MOC.

-- 
Rick

_______________________________________________

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