]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where query.join() + aliased=True
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2011 16:12:39 +0000 (12:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2011 16:12:39 +0000 (12:12 -0400)
commite57cf91357dfdfd4b15d27bae42fc980392be5e0
treedb49d65a03e1f3508c080bdac8c881470e3b37f0
parentc4f606a04aaa9dea3420085517d8b569ff016f9e
- Fixed bug where query.join() + aliased=True
from a joined-inh structure to itself on
relationship() with join condition on the child
table would convert the lead entity into the
joined one inappropriately.  [ticket:2234]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_query.py