[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-09-08 17:02:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/68a6701c6d72/ Changeset: 68a6701c6d72 Branch: None User: zzzeek Date: 2015-09-08 17:00:26+00:00 Summary: - 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 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/55ec07c46c33/ Changeset: 55ec07c46c33 Branch: rel_1_0 User: zzzeek Date: 2015-09-08 17:01:08+00:00 Summary: - 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) Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |