Hello,

I have a managed object model entities A and B with one-to-many relationship.

For this particular task, I want to retrieve all A objects which has a
relation to B with a property matches to "string".

I had tried @"ALL bObjects.bProperty MATCHES 'string'", and it caused
an objc_exception_throw in:

[NSSQLGenerator
generateSQLStatementForFetchRequest:ignoreInheritance:countOnly:]

What seems to be the problem ?

Anybody can advise me on the correct predicate format ?

Jesse Armand
----------------------------------------
(http://jessearmand.com)
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to