]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Consider version_id_prop when emitting bulk UPDATE
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Oct 2016 20:55:43 +0000 (16:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Nov 2016 21:31:42 +0000 (16:31 -0500)
commite2a976e916575a305363ae8a5841c4058ece90bd
treeea01f7c508129346d63e713552d64c2e6c7e9b48
parentd31fddce831605f37c50bf9728f14fc80e8cef80
Consider version_id_prop when emitting bulk UPDATE

The version id needs to be part of _changed_dict()
so that the value is present to send to
_emit_update_statements()

Change-Id: Ia85f0ef7714296a75cdc6c88674805afbbe752c8
Fixes: #3781
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_bulk.py