[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Refinements for unitofwork internals
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-14 21:10:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/740f6b0d5ae3/ Changeset: 740f6b0d5ae3 Branch: master User: zzzeek Date: 2017-06-14 16:54:53+00:00 Summary: Refinements for unitofwork internals * remove "mapper" argument from SaveUpdateState, DeleteState * use __slots__ for all uow action classes * rename ".delete" to ".isdelete" * rename issue_post_update to register_post_update since this doesn't actually issue the UPDATE * rename IssuePostUpdate to PostUpdateAll Change-Id: Ia6263b80d6a86eab1e8ed38df1421b1d0f249797 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. |