I\'m currently busy making a Python ORM which gets all of its information from a RDBMS via introspection (I would go with XRecord if I was happy with it in other respects) — meaning, the end-user onl
hey all, throwing this one out there... hope it\'s a simple one. using the drupal module user relationships i can see my relationships by going to
I\'m trying to port a large graph of .NET entities to use NHibernate, but I\'m encountering an issue that most of the relationships are only defined unidirectionally - in most cases, the child class c
When implementing composite primary keys in Hibernate or other ORMs there are up to three places where to put the insertable = false, updatable = false in composite primary key constellations that use
I have setup a model relationship and all is working well when I use code similar to: @parent.child.each do |item|
We changed database schema and moved a relationship between users/accounts from a 1-1 to a many to many using a join table accounts_users.
I\'m having a slight problem that I can\'t figure out, but should be really simple. I have the following model structure in my cakePHP (1.3) app:
In doctrine, is it possible to add a WHERE clause when fetching a property of an object that corresponds to a relationship?
I have set up my data model in xcode like so EntityA AttA1 AttA2 EntityB AttB1 AttB2 AttB3 I then set up the relationships
My goal is to create a way for an admin to create two models in the Refinery admin: Campaigns and Videos