Re: Core-Data : how to merge two contexts ?
Re: Core-Data : how to merge two contexts ?
- Subject: Re: Core-Data : how to merge two contexts ?
- From: Eric Morand <email@hidden>
- Date: Sat, 07 Nov 2009 09:39:29 +0100
The NSManagedObjectContext is your scratchpad. If you want something
inside it fetch it or create it.
If you change something, the change will be promoted.
Hi atze,
Actually, the change will be promoted only when they are committed to
the store, and that implies a save on the disk. Or am I wrong ?
Eric.
_______________________________________________
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