[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Don't mutate old collection on bulk replace
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-16 00:03:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2bfe19152d49/ Changeset: 2bfe19152d49 Branch: master User: zzzeek Date: 2017-03-15 21:22:59+00:00 Summary: Don't mutate old collection on bulk replace For a bulk replace, assume the old collection is no longer useful to the attribute system and only send the removal events, not actually mutated the collection. this changes behavior significantly and also means that dispose_collection now receives the old collection intact. Change-Id: Ic2685c85438191f07797d9ef97833a2cfdc4fcc2 Fixes: #3913 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. |