[Sqlalchemy-commits] commit/sqlalchemy: brln: Warn that bulk save groups inserts/updates by type
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-08-02 22:48:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/646b14692641/ Changeset: 646b14692641 Branch: rel_1_0 User: brln Date: 2016-08-02 22:47:15+00:00 Summary: Warn that bulk save groups inserts/updates by type Users who pass many different object types to bulk_save_objects may be surprised that the INSERT/UPDATE batches must necessarily be broken up by type. Add this to the list of caveats. Co-authored-by: Mike Bayer Change-Id: I8390c1c971ced50c41268b479a9dcd09c695b135 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/294 (cherry picked from commit ce1492ef3aae692a3dc10fff400e178e7b2edff8) Affected #: 1 file 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. |