[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The :meth:`.Session.merge` method now tracks pend
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-12-04 16:58:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ec9b9f6b601/ Changeset: 3ec9b9f6b601 Branch: None User: zzzeek Date: 2015-12-04 16:52:16+00:00 Summary: - The :meth:`.Session.merge` method now tracks pending objects by primary key before emitting an INSERT, and merges distinct objects with duplicate primary keys together as they are encountered, which is essentially semi-deterministic at best. This behavior matches what happens already with persistent objects. fixes #3601 Affected #: 7 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. |