[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :class:`.TypeDecorator` type extender will no
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-08-27 22:05:17
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ed535649d423/ Changeset: ed535649d423 Branch: None User: zzzeek Date: 2015-08-27 22:04:25+00:00 Summary: - The :class:`.TypeDecorator` type extender will now work in conjunction with a :class:`.SchemaType` implementation, typically :class:`.Enum` or :class:`.Boolean` with regards to ensuring that the per-table events are propagated from the implementation type to the outer type. These events are used to ensure that the constraints or Postgresql types (e.g. ENUM) are correctly created (and possibly dropped) along with the parent table. fixes #2919 Affected #: 5 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. |