]> 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:39:50 +0000 (17:39 -0500)
commit26ed90ab22dde7bdafe933cb1d16acfe70c1ab78
tree33d03a5db4eeb1597b5b67316c71980f6e1da169
parent0e4c4d7efc08d04c3c0ae960428b08ada37e4a91
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_versioning.py