]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where the :class:`.AutomapBase` class of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Feb 2014 02:24:13 +0000 (21:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Feb 2014 02:24:13 +0000 (21:24 -0500)
commitee88e648f7a56ef76426957a5344639ab9954d9d
treee64a9406e93ab44b937c04568a752d9083a396d7
parent5c188f6c1ce85eaace27f052bfd1a14f74f6a659
- Fixed bug where the :class:`.AutomapBase` class of the
new automap extension would fail if classes
were pre-arranged in single or potentially joined inheritance patterns.
The repaired joined inheritance issue could also potentially apply when
using :class:`.DeferredReflection` as well.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/automap.py
lib/sqlalchemy/ext/declarative/base.py
test/ext/test_automap.py