]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug in polymorphic SQL generation where multiple joined-inheritance
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Jun 2013 19:20:48 +0000 (15:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Jun 2013 19:20:48 +0000 (15:20 -0400)
commitb92007da7d9cd7453a2da9f1767e8a988f05acb7
tree8995ad4e01d445092982bd1881f408c5ba5c4fb5
parent9d3e2206363d819ad334d7893c700b861fdc5b57
Fixed bug in polymorphic SQL generation where multiple joined-inheritance
entities against the same base class joined to each other as well
would not track columns on the base table independently of each other if
the string of joins were more than two entities long.  Also in 0.8.2.
[ticket:2759]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_relationship.py