Re: CoreData issue
Re: CoreData issue
- Subject: Re: CoreData issue
- From: "I. Savant" <email@hidden>
- Date: Thu, 7 Sep 2006 08:48:15 -0400
For several good reasons, data is not retrieved in any particular
order. See this post:
http://www.cocoabuilder.com/archive/message/cocoa/2005/6/14/138793
In summary, if you want to preserve order, you *must* create a
sortable attribute like "sortOrder", fetch your data and sort by that
key.
--
I.S.
On Sep 7, 2006, at 8:13 AM, Patrick Perroud wrote:
In conclusion, if CoreData was not saving NSArrays in their stack
order but randomly then this would be a serious misconception, to me.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden