]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby if __eq__() was
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Sep 2011 19:51:40 +0000 (15:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Sep 2011 19:51:40 +0000 (15:51 -0400)
commit1492cc634ee67afb5ad03f0d56caca9fc3bbcc0e
tree5ca87a8d50adc65bd6971d6843b2fe85420bb7a9
parent07179d2aae12bb4e72eb1e494a870eefada8320a
- Fixed bug whereby if __eq__() was
redefined, a relationship many-to-one lazyload
would hit the __eq__() and fail.  [ticket:2260]
Does not apply to 0.6.9.
CHANGES
lib/sqlalchemy/orm/attributes.py
test/ext/test_sqlsoup.py
test/orm/test_mapper.py