]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some deeper error checking when compiling relations, to detect an ambiguous "prima...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Jan 2007 03:33:13 +0000 (03:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Jan 2007 03:33:13 +0000 (03:33 +0000)
commitbfbf626317f8bb05fd19759f6d05f54fb7e2b3f9
tree9f16bec93394587c9a95e3215fb4d40334abce52
parent1dd908c0972bac5248ac29adbf0816cb2a2d2bab
 - some deeper error checking when compiling relations, to detect an ambiguous "primaryjoin"
 in the case that both sides of the relationship have foreign key references in the primary
 join condition
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/relationships.py