]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where :meth:`.Session.bulk_update_mappings` and related
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Dec 2015 22:39:50 +0000 (17:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Dec 2015 22:40:12 +0000 (17:40 -0500)
commitbf9a53af2e01337373e8ccf6d3d44fcdd55a0b03
tree24247e03ee6271ea33ef69d820bddfae19a0dbe7
parenta6387b0df8693310e0514f714ba9970e4dca6e5d
- Fixed bug where :meth:`.Session.bulk_update_mappings` and related
would not bump a version id counter when in use.  The experience
here is still a little rough as the original version id is required
in the given dictionaries and there's not clean error reporting
on that yet.
fixes #3610

(cherry picked from commit 26ed90ab22dde7bdafe933cb1d16acfe70c1ab78)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_versioning.py