➔ go-transaction-manager 2.0.4 Fixes pgx Rollback Concurrency
| 5 minute read
go-transaction-manager is a Go transaction boundary library for database drivers, and this week its useful change is narrow but important. The maintainers changed pgx v4 and pgx v5 rollback behavior so context cancellation no longer starts a background rollback that can touch pgx.Tx while a query is still running.