]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Improved the "declarative reflection"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 23:16:46 +0000 (18:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2012 23:16:46 +0000 (18:16 -0500)
commit8e8e6a88b7259e1b10f573a6f826c928647542c7
treed2672378c3fdd707252889b19f0995a3e32d14c2
parent9ce9039c3fc9fe7f56b3e9d6acc2308568624761
- [bug] Improved the "declarative reflection"
example to support single-table inheritance,
multiple calls to prepare(), tables that
are present in alternate schemas,
establishing only a subset of classes
as reflected.
CHANGES
examples/declarative_reflection/declarative_reflection.py