On 2011-01-22, at 3:13 AM, Kenneth Baxter wrote: > Thanks for the follow up Dave. Regarding the predicate, I understood that the > fetch was entity based rather than object based, so thought that if parent != > self, I would get the children of other parents too. Anyway, I can check that > pretty easily.
You are correct - parent != nil will get all children of all parents. I misunderstood how you were constructing the predicate._______________________________________________ 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]
