Releases: olomix/go-test-pg
Releases · olomix/go-test-pg
v2.0.1
Fix database locking on recent versions of pgx.
v1.0.2
Fix conflict on parallel creation of template database from different processes by taking advisory lock on PostgreSQL.
v1.0.0
In new major version there are two significant changes.
- Cleanup function calls automatically on test exit. You do not need to call it in defer.
- New methods for compatibility with database/sql interfaces return standard *sql.DB in addition to pgx.
v0.0.4
fix default base template database name
v0.0.3
Remove builder of pool. Use struct directly. This simplifies setup for new projects.
v0.0.2
Create license file to be visible by pkg.go.dev
First release
v0.0.1
Add WithFixtures & WithSQLs methods to load fixtures. Add posibility …