]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby the source clause
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jul 2011 22:03:35 +0000 (18:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jul 2011 22:03:35 +0000 (18:03 -0400)
commitcdf727aeb258b24ca3ee1e52b19dd862ada8c249
treed199cb5edc87df37af9253c68b9c71e18e167659
parent1ae69566ccbcf5faa0d760d3fc03e85262a69122
- Fixed bug whereby the source clause
used by query.join() would be inconsistent
if against a column expression that combined
multiple entities together.  [ticket:2197]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_froms.py