]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- It is now an error to specify both columns of a binary primaryjoin
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2009 01:41:51 +0000 (01:41 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2009 01:41:51 +0000 (01:41 +0000)
commitf19d4dc8158680f3aa56f13d1ea8ea9b080563fc
tree362956e6ab850f2457a7662d1bc616a02a847dc5
parentd8c9dcc0ad108d7f85cfa41181e5a959783fdd65
- It is now an error to specify both columns of a binary primaryjoin
condition in the foreign_keys or remote_side collection.  Whereas
previously it was just nonsensical, but would succeed in a
non-deterministic way.
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql/util.py
test/orm/relationships.py