]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby a subclass of a subclass
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Oct 2011 21:46:28 +0000 (17:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Oct 2011 21:46:28 +0000 (17:46 -0400)
commit5d6376fbd5ca4103a26118a6fffd1e95be0d5161
tree2df70790564dd99556941091a1b32cc2fe28c875
parenta870d1c401fb4da3139743cafc6c5e29d988faee
- [bug] Fixed bug whereby a subclass of a subclass
using concrete inheritance in conjunction with
the new ConcreteBase or AbstractConcreteBase
would fail to apply the subclasses deeper than
one level to the "polymorphic loader" of each
base  [ticket:2312]

- [bug] Fixed bug whereby a subclass of a subclass
using the new AbstractConcreteBase would fail
to acquire the correct "base_mapper" attribute
when the "base" mapper was generated, thereby
causing failures later on.  [ticket:2312]
CHANGES
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/orm/mapper.py
test/ext/test_declarative.py