]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add fast_executemany property to asyncadapt aioodbc cursor
authorGeorg Sieber <georg.sieber@carvaloo.com>
Wed, 4 Mar 2026 23:24:44 +0000 (18:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Mar 2026 01:32:20 +0000 (20:32 -0500)
commit61f57dc284723028afc45e3639b919ce26db3e92
treeb2602dc9356ddacd89244c60ba835445fb6a4717
parentafabacfda9731f81d72548a329f4132116d7d07f
Add fast_executemany property to asyncadapt aioodbc cursor

Enhanced the ``aioodbc`` dialect to expose the ``fast_executemany``
attribute of the pyodbc cursor.   This allows the ``fast_executemany``
parameter to work with the ``mssql+aioodbc`` dialect.   Pull request
courtesy Georg Sieber.

Fixes: #13152
Closes: #13151
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/13151
Pull-request-sha: c25aa581afff6d49af74b3d7b58b9635a23556e9

Change-Id: I6f27600b509f4881769ecca944fc0939e26626e6
(cherry picked from commit f09778c70050391ab77e97e8043083f6a5177038)
doc/build/changelog/unreleased_20/13152.rst [new file with mode: 0644]
lib/sqlalchemy/connectors/aioodbc.py
test/requirements.py