[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-02 18:42:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/afb466fb8bd9/ Changeset: afb466fb8bd9 Branch: None User: zzzeek Date: 2016-06-02 17:54:07+00:00 Summary: Skip UniqueConstraint marked by unique=True in tometadata Fixes an issue where a Column would be copied with unique=True and at the same time the UniqueConstraint would also be copied, leading to duplicate UniqueConstraints in the target table, when tometadata() is used. Imitates the same logic used by index=True/Index to avoid duplicates. For some reason a fix was implemented for Index long ago but never for UniqueConstraint. Change-Id: Ie622ee912a6fb8bf0ea900a8b09d78c7ebc79fc0 Fixes: #3721 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/dc9e35f08d39/ Changeset: dc9e35f08d39 Branch: None User: zzzeek Date: 2016-06-02 18:42:38+00:00 Summary: Merge "Skip UniqueConstraint marked by unique=True in tometadata" Affected #: 3 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. |