You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollback any active transactions in Connection.reset().
In detail:
1. If there is an active transaction, `Connection.reset()` will
rollback it, along with issuing a warning. Both transactions
started with `Connection.transaction()` and manually started with
`Connection.execute('BEGIN;')` are supported.
2. It's no longer possible to start a transaction using
`Connection.transaction()` API if the connection is in a
manually started transaction.
3. New `assertLoopErrorHandlerCalled` helper method for
asyncpg TestCase.
0 commit comments