]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where Query would crash if a join() with no clear
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2009 13:28:28 +0000 (13:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2009 13:28:28 +0000 (13:28 +0000)
commitd4c7068440d6840393cd0369f9d3ff880a0c1b8a
treee6f95bf3923c03326320eb3d9a3880436886b966
parent31d81036ae1d0cdc2c54541f535e5f01cf0d3937
- Fixed bug where Query would crash if a join() with no clear
"left" side were called when a non-mapped column entity
appeared in the columns list. [ticket:1602]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py