]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2015 17:00:26 +0000 (13:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Sep 2015 17:00:26 +0000 (13:00 -0400)
commit68a6701c6d72d6c6ef1ea2b7d615273659e8b735
treeaafd38ed52a00323f74af21b329d84571efcc1d1
parent176ac6ab0915f99d378c7d9be67e9c0a73ab1800
- Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped
column that had some kind of "fetch on update" value and was not
locally present in the given object would cause an AttributeError
within the operation.
fixes #3525
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_bulk.py