Skip to content

Releases: chrisyxlee/pgxpoolmock

v1.1.4

25 May 21:28
4ef01ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

24 May 20:42
c018136
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

24 May 06:45
Compare
Choose a tag to compare

Updated go.mod

Full Changelog: v1.1.1...v1.1.2

v1.1.1

24 May 06:37
Compare
Choose a tag to compare
  • Combine pgxpool.PgxPool and pgx.Tx into one interface so that transactions started through the pool can be tested with the same object.
  • Add implementation for pgx.Row so that QueryRow can be tested.

Full Changelog: v1.1.0...v1.1.1