Files
sqlalchemy/lib/sqlalchemy
Mike Bayer 192d3ecfdc Warn on merge of already-pending object
A warning is now emitted for the case where a transient object is being
merged into the session with :meth:`.Session.merge` when that object is
already transient in the :class:`.Session`.   This warns for the case where
the object would normally be double-inserted.

Fixes: #4647
Change-Id: Ie5223a59a2856664bf283017e962caf8c4230536
(cherry picked from commit 23a1c60982)
2019-04-28 12:47:02 -04:00
..
2019-04-11 14:23:29 -04:00
2019-03-05 20:29:05 -05:00
2019-04-20 21:23:55 -04:00