]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Refinements for unitofwork internals
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jun 2017 16:53:00 +0000 (12:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Jun 2017 16:54:53 +0000 (12:54 -0400)
commit740f6b0d5ae3bda77f5c1829e9220d4ce9db8175
tree1f810fd3142af90c2ea22621a2a442db0cf7ee4b
parent27a0bdcae0eb534dac9844e2ffa3d6bd3b1e8989
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
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py