]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Warn that bulk save groups inserts/updates by type
authorbrln <matt@cranklogic.com>
Tue, 2 Aug 2016 22:37:35 +0000 (18:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Aug 2016 22:45:59 +0000 (18:45 -0400)
commitce1492ef3aae692a3dc10fff400e178e7b2edff8
tree1a6bfe9bf4f93d51aa506a62711031d3fb04fe18
parent2dfa954e1f6af20f3104ef05ba126b37f8f4e5c5
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
doc/build/orm/persistence_techniques.rst