Core Data commit changes -- What does that mean?

2009-07-11 Thread Jerry Krinock
Throughout the NSManagedObjectContext API reference I read about changes being committed, but I can't find any definition of that phrase. Since I understand that Core Data is not a database, I don't want to assume database lingo. Is commit changes synonymous with send the managed object

Re: Core Data commit changes -- What does that mean?

2009-07-11 Thread Kyle Sluder
On Sat, Jul 11, 2009 at 2:07 PM, Jerry Krinockje...@ieee.org wrote: Is commit changes synonymous with send the managed object context a save: message and see it return YES? In the context of documentation such as that of -[NSManagedObjectContext deleteObjects], yes. That's the circumstance

Re: Core Data commit changes -- What does that mean?

2009-07-11 Thread Jerry Krinock
On 2009 Jul 11, at 15:43, Kyle Sluder wrote: In the context of documentation such as that of -[NSManagedObjectContext deleteObjects], yes. That's the circumstance which sends NSManagedObjectContextDidSaveNotification. There is also discussion of commit editing but that seems to be