Files
sqlalchemy/lib/sqlalchemy
Mike Bayer 55cad302ce - 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
2014-10-19 00:01:50 -04:00
..
2014-07-13 20:10:55 -04:00
2014-10-15 21:40:19 +08:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00
2014-07-13 20:10:55 -04:00