sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.49k stars 443 forks source link

tokio_postgres: add batch_execute to GenericClient #980

Closed aDogCalledSpot closed 1 year ago

aDogCalledSpot commented 1 year ago

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 commented 1 year ago

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