]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed three- and multi-level select and deferred inheritance
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Sep 2007 20:17:40 +0000 (20:17 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Sep 2007 20:17:40 +0000 (20:17 +0000)
commit0dde728591cb083e351cf1ff1998aaf1883ab7a1
tree7bd294bc4f1060fcd7da8a1ecc1844f141b530f7
parent4924007317f6d3cb9655b258c01ff888fb3f4a28
- fixed three- and multi-level select and deferred inheritance
  loading (i.e. abc inheritance with no select_table), [ticket:795]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/abc_polymorphic.py [new file with mode: 0644]
test/orm/inheritance/alltests.py
test/orm/inheritance/basic.py
test/testlib/fixtures.py