sfackler / rust-postgres

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

Fix transaction not being rolled back on `TransactionBuilder::start()` `Future` dropped before completion #1127

Closed irkill closed 2 months ago

irkill commented 6 months ago

Fixes the same issue as described in the https://github.com/sfackler/rust-postgres/issues/834, but for a TransactionBuilder::start() Future.