]> 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:39 +0000 (11:20 -0400)
commite7cf5682848640fe4f0b6d644be25e5245b4e8fc
tree363d811a3e2f58f041d83213cd568c212aeb3352
parentfbd85c0958abda0362c45690554290a23142e32a
- 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

(cherry picked from commit 55c26710a1f6d6c6f87a9752035bc160f93b38d0)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py