[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:47:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ce1492ef3aae/ Changeset: ce1492ef3aae Branch: master User: brln Date: 2016-08-02 22:45:59+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 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. |