[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-10 15:20:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/55c26710a1f6/ Changeset: 55c26710a1f6 Branch: None User: zzzeek Date: 2015-04-10 15:20:14+00:00 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e7cf56828486/ Changeset: e7cf56828486 Branch: rel_0_9 User: zzzeek Date: 2015-04-10 15:20:39+00:00 Summary: - 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) Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |