]> 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:29:00 +0000 (15:29 -0400)
commitaee826890c7570fcf397c53794ff2b7418e24a97
treec3f69a4e1236ab46fe19b6b9a74ebc1f31e73c56
parent0b2c7765a0a2344e9c933a0450c4a4b188d7aaec
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]

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_relationship.py