On 2011 Apr 11, at 06:00, Mike Abdullah wrote:
> Think of it as being equivalent to:
>
> - (BOOL)isInserted;
> {
>return [[[self managedObjectContext] insertedObjects] containsObject:self];
> }
Oh! Thank you for clarifying that, Mike. I just sent Apple some Document
Feedback on -isInsert
On 10 Apr 2011, at 19:52, Carter R. Harrison wrote:
>
> On Apr 10, 2011, at 1:29 PM, Quincey Morris wrote:
>
>> On Apr 10, 2011, at 06:52, Carter R. Harrison wrote:
>>
>>> Can anybody ever think of a scenario where [NSManagedObject isInserted]
>>> equals NO for an object that is initially fet
On 2011 Apr 10, at 11:52, Carter R. Harrison wrote:
> On Apr 10, 2011, at 1:29 PM, Quincey Morris wrote:
>
>> The object should return YES for "isInserted" from the time it's inserted to
>> the time the store is committed/saved.
>
> On a subsequent run of my application I fetch the object from
On Apr 10, 2011, at 1:29 PM, Quincey Morris wrote:
> On Apr 10, 2011, at 06:52, Carter R. Harrison wrote:
>
>> Can anybody ever think of a scenario where [NSManagedObject isInserted]
>> equals NO for an object that is initially fetched from the context? And no
>> the object has not been delet
On Apr 10, 2011, at 06:52, Carter R. Harrison wrote:
> Can anybody ever think of a scenario where [NSManagedObject isInserted]
> equals NO for an object that is initially fetched from the context? And no
> the object has not been deleted from the context prior to calling isInserted.
What do yo
Can anybody ever think of a scenario where [NSManagedObject isInserted] equals
NO for an object that is initially fetched from the context? And no the object
has not been deleted from the context prior to calling isInserted.
___
Cocoa-dev mailing list