]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an obscure issue whereby a joined-table subclass
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Aug 2009 20:29:08 +0000 (20:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Aug 2009 20:29:08 +0000 (20:29 +0000)
commit72b9be719fae32dc19793989d505d9c92f40b739
treee6a70b2cb20622d77b723b62a2a22382aadf27c9
parentf892d1a3fe8e349d1008bee51be5633dbfbf1189
- Fixed an obscure issue whereby a joined-table subclass
with a self-referential eager load on the base class
would populate the related object's "subclass" table with
data from the "subclass" table of the parent.
[ticket:1485]
CHANGES
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_basic.py