Re: Core Data: Setting attribute of deleted object causes it to remain in store

2012-05-04 Thread Fritz Anderson
On 3 May 2012, at 7:19 PM, Jerry Krinock wrote: > I've seen the nilling of attributes happen before, upon re-inserting a > deleted object [1]. This behavior is obviously related, but different. If > anyone can think of a good reason for this behavior, it would be interesting > to read. By th

Core Data: Setting attribute of deleted object causes it to remain in store

2012-05-03 Thread Jerry Krinock
I use Core Data to model an ordered tree of objects. Delete Rule from parent to children is Cascade. Because this is pre-Lion, ordering is done by my own 'index' attribute. Store type is In Memory. Deleting children with many siblings was expensive because, as each child was deleted, busines