]> 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:27:59 +0000 (13:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Nov 2009 13:27:59 +0000 (13:27 +0000)
commit43348d6163959217c6b6d4d0818e3a261a359285
tree9e28af4d32e51409d38b36810f92ace2e59a6e62
parentd79d48ca55a3576723cd3bdde05b426de07c1e69
- 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