rust-postgres/postgres
Nathan VanBenschoten 64d6e97eff Re-add savepoint method to Transaction
Revives #184.

The rewrite for async/await and Tokio accidentally lost functionality
that allowed users to assign specific names to savepoints when using
nested transactions. This functionality had originally been added
in #184 and had been updated in #374.

This commit revives this functionality using a similar scheme to the
one that existed before. This should allow CockroachDB users to update
to the next patch release of version `0.17`.
2020-05-01 12:55:48 -04:00
..
benches Move to local runtimes per connection 2019-12-03 18:25:29 -08:00
src Re-add savepoint method to Transaction 2020-05-01 12:55:48 -04:00
Cargo.toml Add a notification API to the blocking client 2020-03-22 15:22:07 -07:00
CHANGELOG.md Release postgres v0.17.2 2020-03-05 17:13:32 -08:00
LICENSE-APACHE Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00
LICENSE-MIT Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00