Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New APIs: `conn.retrying_transaction()` and `conn.raw_transaction()`. * `conn.transaction()` has been deprecated. * `conn.aclose()` implements graceful disconnect from the DB server. * Starting transactions in `conn.execute()` is no longer allowed. * `wait_until_available` parameter for connection APIs.
- Loading branch information