Re: Localized sorting of a Core Data entity
Re: Localized sorting of a Core Data entity
- Subject: Re: Localized sorting of a Core Data entity
- From: Quincey Morris <email@hidden>
- Date: Thu, 07 Apr 2011 10:41:32 -0700
On Apr 7, 2011, at 10:30, Dado Colussi wrote:
> "The SQL store, on the other hand, compiles the predicate and sort descriptors to SQL and evaluates the result in the database itself. This is done primarily for performance, but it means that evaluation happens in a non-Cocoa environment, and so sort descriptors (or predicates) that rely on Cocoa cannot work." [1]
>
> [1] http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreData/Articles/cdPersistentStores.html
Ah, thanks for finding it. It's some distance away from the place I was looking. Also, later in the same paragraph:
> In addition you cannot sort on transient properties using the SQLite store.
which nixes the other idea too.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden