Re: fetch request with compound predicate doesn't sort properly
Re: fetch request with compound predicate doesn't sort properly
- Subject: Re: fetch request with compound predicate doesn't sort properly
- From: Greg Herlihy <email@hidden>
- Date: Tue, 14 Mar 2006 15:51:31 -0800
- Thread-topic: fetch request with compound predicate doesn't sort properly
Is there a reason for making a copy of the NSFetchRequest? And have you
tested without making this copy:
NSFetchRequest* request = [objectModel fetchRequestTemplateForName:
fn];
Greg
On 3/14/06 3:30 PM, "Ken Victor" <email@hidden> wrote:
>>> > NSFetchRequest* request = [[[objectModel
>>> > fetchRequestTemplateForName: fn] copy] autorelease];
_______________________________________________
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