Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fast_executemany #423

Open
YuriyTigiev opened this issue Apr 30, 2023 · 3 comments
Open

fast_executemany #423

YuriyTigiev opened this issue Apr 30, 2023 · 3 comments

Comments

@YuriyTigiev
Copy link

Hello

Will aioodbc support fast_executemany method ?

@jettify
Copy link
Member

jettify commented May 3, 2023

You mean:

pyodbcCursor.fast_executemany = True

property on pyodbc cursor? If so should be trivial to add.

@BezBartek
Copy link

Any news on that?
I am getting:
AttributeError: 'AsyncAdapt_aioodbc_cursor' object has no attribute 'fast_executemany'

@igorMIA
Copy link

igorMIA commented Aug 14, 2024

So far we can use this workaround to enable fast_executemany

cursor._impl.fast_executemany = True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants