On Aug 21, 2009, at 11:31 AM, Frank Illenberger wrote:

Yes, I am using an sqlite store, but I tried it with the other store types and it did not work either. What would a working predicate look like for other store types?


I didn't catch this at first, but you said you're fetching employees where "employee.salary ...". If the target entity for your fetch is Employee, does Employee really have an attribute named "employee"? Are you sure you don't mean where "salary ..."?


Sadly, in-memory filtering is not an option for it has to happen in a single fetch.

That you said this without explaining why leads me to suspect this isn't the case. Even if you have a hundred thousand employees, I can't see how in-memory filtering is "not an option". Please explain.

--
I.S.




_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to