On Jun 23, 2013, at 7:51 PM, Ian Joyner wrote: > I'd have to do some more thinking as to whether that is a weakness in > CoreData or not, but it seems to be erring in the ER direction.
Hmm. My own private ORM has no such pointers--instead using methods which rely on std::map's of primary keys to ids, and multimap's of primary keys to foreign keys... -- Scott Ribe [email protected] http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
