[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Improved the check for "how to join from A to B"
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-27 23:43:51
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0611baa88919/ Changeset: 0611baa88919 Branch: None User: zzzeek Date: 2014-03-28 00:43:15 Summary: - Improved the check for "how to join from A to B" such that when a table has multiple, composite foreign keys targeting a parent table, the :paramref:`.relationship.foreign_keys` argument will be properly interpreted in order to resolve the ambiguity; previously this condition would raise that there were multiple FK paths when in fact the foreign_keys argument should be establishing which one is expected. fixes #2965 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. |