[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :class:`.CheckConstraint` construct now suppo
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-01-30 18:58:46
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/383bb3f70816/ Changeset: 383bb3f70816 Branch: None User: zzzeek Date: 2015-01-30 18:38:51+00:00 Summary: - The :class:`.CheckConstraint` construct now supports naming conventions that include the token ``%(column_0_name)s``; the constraint expression is scanned for columns. Additionally, naming conventions for check constraints that don't include the ``%(constraint_name)s`` token will now work for :class:`.SchemaType`- generated constraints, such as those of :class:`.Boolean` and :class:`.Enum`; this stopped working in 0.9.7 due to :ticket:`3067`. fixes #3299 Affected #: 7 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. |