[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-02 14:27:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b2196dd953e6/ Changeset: b2196dd953e6 Branch: None User: zzzeek Date: 2015-05-02 14:08:11+00:00 Summary: - start qualifying some regressions as "unexpected use" regressions; regressions where we didn't know an API even worked in a particular way or that anyone were using it in such a way hence had no tests for such case. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/77db0ef6ac03/ Changeset: 77db0ef6ac03 Branch: None User: zzzeek Date: 2015-05-02 14:27:03+00:00 Summary: - Fixed bug in enhanced constraint-attachment logic introduced in :ticket:`3341` where in the unusual case of a constraint that refers to a mixture of :class:`.Column` objects and string column names at the same time, the auto-attach-on-column-attach logic will be skipped; for the constraint to be auto-attached in this case, all columns must be assembled on the target table up front. Added a new section to the migration document regarding the original feature as well as this change. fixes #3411 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. |