[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug in :meth:`.Table.tometadata` method whe
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-11-29 19:48:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/98c2a6797074/ Changeset: 98c2a6797074 Branch: None User: zzzeek Date: 2014-11-29 19:46:34+00:00 Summary: - Fixed bug in :meth:`.Table.tometadata` method where the :class:`.CheckConstraint` associated with a :class:`.Boolean` or :class:`.Enum` type object would be doubled in the target table. The copy process now tracks the production of this constraint object as local to a type object. fixes #3260 Affected #: 4 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. |