Skip to content

tokio_postgres: add batch_execute to GenericClient #980

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

Merged

Conversation

aDogCalledSpot
Copy link
Contributor

batch_execute is in both tokio_postgres::Client and tokio_postgres::Transaction and is therefore present in the non-tokio postgres::GenericClient but is missing from tokio_postgres::GenericClient.

@sfackler
Copy link
Owner

sfackler commented Jan 8, 2023

Thanks! Not sure how we missed that method the first time...

@sfackler sfackler merged commit c359026 into sfackler:master Jan 8, 2023
@aDogCalledSpot aDogCalledSpot deleted the batch-execute-in-generic-client branch January 23, 2023 17:38
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

Successfully merging this pull request may close these issues.

2 participants