]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed issue where a :class:`.MetaData` object that used a naming
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2015 15:20:14 +0000 (11:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2015 15:20:14 +0000 (11:20 -0400)
commit55c26710a1f6d6c6f87a9752035bc160f93b38d0
tree747759372a948598b007c042de22e1517e046f55
parentffec6ab936a73f5cbe63d9409beb12f1f0307d0b
- Fixed issue where a :class:`.MetaData` object that used a naming
convention would not properly work with pickle.  The attribute was
skipped leading to inconsistencies and failures if the unpickled
:class:`.MetaData` object were used to base additional tables
from.
fixes #3362
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py