]> 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:39 +0000 (20:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Aug 2009 20:29:39 +0000 (20:29 +0000)
commitd4512b76aa25844584b0cd5f3311a1bd53b9f828
tree26c93198da7201fbf7f06d28eb246ea584f4fa35
parent755a09633030296e7b1c4e8f19b816df9f072c21
- 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