[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - assert passive_deletes='all' does not affect coll
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-06 22:55:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/acf64c417816/ Changeset: acf64c417816 Branch: master User: zzzeek Date: 2017-06-06 22:53:03+00:00 Summary: - assert passive_deletes='all' does not affect collection/scalar membership removal in issue #3844 we hypotheized that passive_deletes='all' was broken because it sets to NULL a foreign key attribute when the child object is removed or replaced. However, not doing the NULL set means that nothing happens at all and the operation silently fails. Change-Id: I11834e7e324349e172dc797bac62731008b6b95a Affected #: 2 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. |