Change-Id: I664eb4f4c023ec41d51c444919ca4b6867267738
(cherry picked from commit 62527a9824)
This commit is contained in:
Mike Bayer
2021-04-29 17:44:17 -04:00
parent fdf4796ccd
commit 7075496484
+1 -1
View File
@@ -3,7 +3,7 @@
:tickets: 6392
:versions: 1.4.12
Fixed issue in :meth:`_orm.Session.bulk_save` when used with persistent
Fixed issue in :meth:`_orm.Session.bulk_save_objects` when used with persistent
objects which would fail to track the primary key of mappings where the
column name of the primary key were different than the attribute name.