]> 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:01:08 +0000 (13:01 -0400)
commit55ec07c46c33f121221b40e77dbc09da6fead560
treefbb0e17567adf6dc8e66559c5fd7d162b311b03e
parent6eb8901f62594ff18534e39bb0c657970410bace
- 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

(cherry picked from commit 68a6701c6d72d6c6ef1ea2b7d615273659e8b735)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_bulk.py