]> 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:30:11 +0000 (16:30 -0500)
commitc9d8a67b52d1f86e694fab4ccab357432941334b
tree3d9be2867d41eb37b90b92cc3daa0b19d0a4cb6a
parentd1e31ab1582e2d9275c70a89b72efc2a8651df3f
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