]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add pyodbc fast_executemany
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Jul 2018 03:47:05 +0000 (23:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Jul 2018 03:57:11 +0000 (23:57 -0400)
commitaaa60cd17e5d883f954f8510744408cf565460ee
treeb3798729ea80353425b89b6d3d7b722c9feb9da0
parent5fedaa0eb805eb1032ea1f9e39123bbde3629e52
Add pyodbc fast_executemany

Added ``fast_executemany=True`` parameter to the SQL Server pyodbc dialect,
which enables use of pyodbc's new performance feature of the same name
when using Microsoft ODBC drivers.

Change-Id: I743fa7280e8f709addd330cfc7682623701cbb2e
Fixes: #4158
doc/build/changelog/migration_13.rst
doc/build/changelog/unreleased_13/4158.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/dialect/mssql/test_engine.py
test/requirements.py