We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Is there any plan to add support for psycopg2.extras.execute_batch?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello @osman-masood !
There are no plans specifically for psycopg2.extras.execute_batch. But looking at the psycopg2 implementation here https://github.com/psycopg/psycopg2/blob/3b48918bef71162c05da9c16962ef79cab2df31a/lib/extras.py#L1165, it looks like this is just a pure-python function that can be ported as is. The tests are in https://github.com/psycopg/psycopg2/blob/28c489f17e8db69a19c0f3b6b4e57dc76b8bbfbc/tests/test_fast_executemany.py - so it you make a PR with this function ported + tests, I'll be glad to merge it! Or I'll get to it once I have some time, but no ETA, sorry.
Sorry, something went wrong.
No branches or pull requests
Hello,
Is there any plan to add support for psycopg2.extras.execute_batch?
Thanks!
The text was updated successfully, but these errors were encountered: