[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The "auto-attach" feature of constraints such as
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-24 14:56:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bdcaa0f6ca58/ Changeset: bdcaa0f6ca58 Branch: None User: zzzeek Date: 2015-03-24 14:55:29+00:00 Summary: - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` and :class:`.CheckConstraint` has been further enhanced such that when the constraint is associated with non-table-bound :class:`.Column` objects, the constraint will set up event listeners with the columns themselves such that the constraint auto attaches at the same time the columns are associated with the table. This in particular helps in some edge cases in declarative but is also of general use. fixes #3341 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. |