Skip to content

Tags: pashagolub/pgxmock

Tags

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[*] apply modern Go syntax guidelines with `go fix` (#260)

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[*] update `pgxmock` module version to v5 to match release tag (#247)

Signed-off-by: Steve Coffman <steve@khanacademy.org>

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[!] have `RawValues` utilize `pgtype` encoding (#246)

* RawValues to utilize pgtype encoding

* fix a typo

* Corrected timezone issue in example

* Moved pgtypMap into the global scope to utilize proper caching.

Added mutexes to make it concurrently safe.

---------

Co-authored-by: Pavlo Golub <pavlo.golub@gmail.com>

v4.9.0

Toggle v4.9.0's commit message
[-] fix copy-paste issue in `CopyFrom()`, closes #244

v4.8.0

Toggle v4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix unsafe lock behavior on Argument panic (#234)

* Fix unsafe lock behavior on Argument panic

---------

Co-authored-by: Pavlo Golub <pavlo.golub@gmail.com>

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] bump `jackc/pgx/v5` from v5.7.2 to v5.7.4 (#233)

go: upgraded github.com/jackc/pgx/v5 v5.7.0 => v5.7.4
go: upgraded github.com/jackc/puddle/v2 v2.2.1 => v2.2.2
go: upgraded golang.org/x/crypto v0.27.0 => v0.37.0
go: upgraded golang.org/x/sync v0.8.0 => v0.13.0
go: upgraded golang.org/x/text v0.18.0 => v0.24.0

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] convert types in `Scan` if possible (#232)

Co-authored-by: Pavlo Golub <pavlo.golub@gmail.com>

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] add `QueryMatcherAny` to skip expected SQL checks (#230)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] make sure `pgxmockPool.Config()` initializes `ConnConfig` (#223)

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[+] bump `jackc/pgx/v5` from 5.6.0 to 5.7.0 (#220)