rust-postgres/tokio-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 Fix up benchmark 2019-11-26 16:40:36 -08:00
src Re-add savepoint method to Transaction 2020-05-01 12:55:48 -04:00
tests/test Don't spawn off connection in blocking impl 2020-03-22 12:05:00 -07:00
Cargo.toml Release tokio-postgres v0.5.3 2020-03-05 17:11:46 -08:00
CHANGELOG.md Release tokio-postgres v0.5.3 2020-03-05 17:11:46 -08:00
LICENSE-APACHE Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00
LICENSE-MIT Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00