[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-10 16:48:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6a688b736429/ Changeset: 6a688b736429 Branch: master User: zzzeek Date: 2016-11-10 16:08:52+00:00 Summary: Ensure attribute keys used for bulk update pk set Fixed bug in :meth:`.Session.bulk_update_mappings` where an alternate-named primary key attribute would not track properly into the UPDATE statement. Change-Id: I33e9140f45827772768fa548adcfeb4dbfc2208d Fixes: #3849 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d31fddce8316/ Changeset: d31fddce8316 Branch: rel_1_0 User: zzzeek Date: 2016-11-10 16:10:38+00:00 Summary: Ensure attribute keys used for bulk update pk set Fixed bug in :meth:`.Session.bulk_update_mappings` where an alternate-named primary key attribute would not track properly into the UPDATE statement. Change-Id: I33e9140f45827772768fa548adcfeb4dbfc2208d Fixes: #3849 (cherry picked from commit 6a688b736429e27a892bc02111414491fe4103b0) Affected #: 4 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. |