mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-18 06:32:08 -04:00
fix typo
Change-Id: I664eb4f4c023ec41d51c444919ca4b6867267738
(cherry picked from commit 62527a9824)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user