]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A new series of :class:`.Session` methods which provide hooks
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Dec 2014 06:10:30 +0000 (01:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Dec 2014 06:10:30 +0000 (01:10 -0500)
commit3f1477e2ecf3b2e95a26383490d0e8c363f4d0cc
treecd129e8943da5cbb8d1429413ac1303b76425426
parent5ed7a9672a4c143f111a15f26dfce4bc80547b6f
- A new series of :class:`.Session` methods which provide hooks
directly into the unit of work's facility for emitting INSERT
and UPDATE statements has been created.  When used correctly,
this expert-oriented system can allow ORM-mappings to be used
to generate bulk insert and update statements batched into
executemany groups, allowing the statements to proceed at
speeds that rival direct use of the Core.
fixes #3100
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
doc/build/core/tutorial.rst
doc/build/faq.rst
doc/build/orm/session.rst
examples/performance/__init__.py
examples/performance/__main__.py
lib/sqlalchemy/orm/session.py