Files
sqlalchemy/test
Mike Bayer 86f4ae3266 Fixes for uselist=True with m2o relationships
Fixed bug where a many-to-one relationship that specified ``uselist=True``
would fail to update correctly during a primary key change where a related
column needs to change.

Fixed bug where the detection for many-to-one or one-to-one use with a
"dynamic" relationship, which is an invalid configuration, would fail to
raise if the relationship were configured with ``uselist=True``.  The
current fix is that it warns, instead of raises, as this would otherwise be
backwards incompatible, however in a future release it will be a raise.

Fixes: #4772
Change-Id: Ibd5d2f7329ff245c88118e2533fc8ef42a09fef3
(cherry picked from commit 5e8c7c88de)
2019-07-18 10:59:38 -04:00
..
2019-06-21 10:18:17 -04:00
2019-07-12 22:45:41 -04:00
2019-06-21 10:18:17 -04:00
2019-06-21 10:18:17 -04:00
2019-07-12 22:45:41 -04:00
2019-01-06 18:23:11 -05:00