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
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