diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-14 20:47:49 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-14 20:47:49 -0400 |
commit | bc509dd50d7b65e35412e2be67bd37a6c19e7119 (patch) | |
tree | 47550a3b782e691dd6632eeb2eae575d00376f09 /lib/sqlalchemy/testing/plugin/pytestplugin.py | |
parent | f0a56bc5aa8cb0ca7b642eaa99093ade2065d4b5 (diff) | |
download | sqlalchemy-bc509dd50d7b65e35412e2be67bd37a6c19e7119.tar.gz |
- UPDATE statements can now be batched within an ORM flush
into more performant executemany() call, similarly to how INSERT
statements can be batched; this will be invoked within flush
to the degree that subsequent UPDATE statements for the
same mapping and table involve the identical columns within the
VALUES clause, as well as that no VALUES-level SQL expressions
are embedded.
- some other inlinings within persistence.py
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/pytestplugin.py')
0 files changed, 0 insertions, 0 deletions