[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - A warning is emitted in the case of multiple rela
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-19 04:02:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/55cad302cee5/ Changeset: 55cad302cee5 Branch: None User: zzzeek Date: 2014-10-19 04:01:50+00:00 Summary: - A warning is emitted in the case of multiple relationships that ultimately will populate a foreign key column in conflict with another, where the relationships are attempting to copy values from different source columns. This occurs in the case where composite foreign keys with overlapping columns are mapped to relationships that each refer to a different referenced column. A new documentation section illustrates the example as well as how to overcome the issue by specifying "foreign" columns specifically on a per-relationship basis. fixes #3230 Affected #: 6 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. |