[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-25 20:24:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a78718b9340e/ Changeset: a78718b9340e Branch: None User: zzzeek Date: 2017-05-25 19:57:03+00:00 Summary: Raise if ForeignKeyConstraint created with different numbers of local and remote columns. An :class:`.ArgumentError` is now raised if a :class:`.ForeignKeyConstraint` object is created with a mismatched number of "local" and "remote" columns, which otherwise causes the internal state of the constraint to be incorrect. Note that this also impacts the condition where a dialect's reflection process produces a mismatched set of columns for a foreign key constraint. Downstream DB2 dialect has been reported as potentially causing this scenario. Change-Id: Id51c34a6c43749bb582639f9c1dc28723482f0e5 Fixes: #3949 References: #3998 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/915012950c26/ Changeset: 915012950c26 Branch: master User: zzzeek Date: 2017-05-25 20:24:25+00:00 Summary: Merge "Raise if ForeignKeyConstraint created with different numbers of local and remote columns." 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. |