issues
search
pashagolub
/
pgxmock
pgx mock driver for golang to test database interactions
Other
393
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mocking errors with Batch queries
#222
svennis94
opened
4 days ago
1
feat: support using pgxmock with stdlib.OpenDBFromPool
#221
rbtcollins
closed
2 months ago
3
[+] bump `jackc/pgx/v5` from 5.6.0 to 5.7.0
#220
pashagolub
closed
2 months ago
0
[-] fix `govet` linter warning
#219
pashagolub
closed
3 months ago
0
[+] add test case for double unlock
#217
pashagolub
closed
3 months ago
0
[-] fix panic for double unlock for unexpected method calls
#216
StevenACoffman
closed
3 months ago
4
Feature Request: Add param values struct Matcher for use with sqlc
#215
StevenACoffman
closed
3 months ago
7
Problem getting rows to return
#213
AshMcConnell
closed
4 months ago
3
Pgxmock batch example in Go
#212
giuliocn
closed
2 months ago
8
[-] return ignored error for `QueryRow().Scan()`, fixes #209
#211
pashagolub
closed
4 months ago
0
Issue with pgxmock.NewPool() and pgx v5
#210
aravindhp
closed
4 months ago
1
error not returned when scanning into an invalid kind in rows.Scan
#209
jjdiorio
closed
4 months ago
2
[-] fix unordered batch expectations, fixes #207
#208
pashagolub
closed
5 months ago
0
ExpectBatch() bug with unordered queries expectations
#207
FarHowl
closed
5 months ago
0
[!] bump module version to v4
#205
pashagolub
closed
6 months ago
0
Bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0
#204
dependabot[bot]
closed
6 months ago
1
[!] rewrite `Prepare` and `Deallocate` mocking implementation
#203
pashagolub
closed
6 months ago
0
[+] bump `golangci/golangci-lint-action` from 5 to 6
#202
dependabot[bot]
closed
6 months ago
0
PostgreSQL Batch Example in Go
#201
giuliocn
closed
4 months ago
3
[!] add support for `pgx.Batch`, closes #199
#200
pashagolub
closed
6 months ago
0
Extend support for batch operation mocking / assertions
#199
pashagolub
closed
6 months ago
0
[+] bump `golangci/golangci-lint-action` from 4 to 5
#198
dependabot[bot]
closed
7 months ago
0
[-] fix for nil pointer exception when using `.Kind()` and closing the rows
#197
svennis94
closed
7 months ago
1
[-] add `connRow` struct to handle `QueryRow()` calls, fixes #195
#196
pashagolub
closed
7 months ago
0
panic when calling rows.Values()
#195
labi-le
closed
7 months ago
13
[+] bump `jackc/pgx/v5` from 5.5.4 to 5.5.5
#194
dependabot[bot]
closed
8 months ago
0
[+] bump `jackc/pgx/v5` from 5.5.3 to 5.5.4
#193
dependabot[bot]
closed
9 months ago
0
[+] bump `stretchr/testify` from 1.8.4 to 1.9.0
#192
dependabot[bot]
closed
9 months ago
0
[*] improve test failure handling
#191
Massinja
closed
9 months ago
0
When you close row, the test will panic
#190
MeelyNe
closed
9 months ago
5
[+] bump `golangci/golangci-lint-action` from 3 to 4
#187
dependabot[bot]
closed
9 months ago
0
[+] bump `jackc/pgx/v5` from 5.5.2 to 5.5.3
#186
dependabot[bot]
closed
10 months ago
0
[-] fix `Deallocate()` to return `expected.deallocateErr`
#185
pashagolub
closed
10 months ago
0
[+] bump `jackc/pgx/v5` from 5.5.1 to 5.5.2
#184
dependabot[bot]
closed
10 months ago
0
[*] add documentation for `CallModifier` interface
#183
pashagolub
closed
11 months ago
0
[*] make `Expect*` methods visible in the docs, closes #181
#182
pashagolub
closed
11 months ago
5
pgxmock.ExpectBegin is not documented
#181
MikeTaylor
closed
11 months ago
6
[+] bump `github/codeql-action` from 2 to 3
#180
dependabot[bot]
closed
11 months ago
0
[!] add support for `pgx.Batch`, closes #152
#179
makubit
closed
9 months ago
8
[+] bump `jackc/pgx/v5` from 5.5.0 to 5.5.1
#178
dependabot[bot]
closed
11 months ago
0
[+] bump `actions/stale` from 8 to 9
#177
dependabot[bot]
closed
11 months ago
0
[+] bump `actions/setup-go` from 4 to 5
#176
dependabot[bot]
closed
12 months ago
0
fix: scanning of a single row without rows.Next()
#175
krispetkov
closed
11 months ago
1
Scanning a single row without using rows.Next()
#174
krispetkov
closed
11 months ago
2
fix: removing undefined max method in expectations
#173
Kavuti
closed
1 year ago
1
modification to support golang 1.19
#171
andypmw
closed
1 year ago
0
[+] bump `jackc/pgx/v5` from 5.4.3 to 5.5.0
#170
dependabot[bot]
closed
1 year ago
0
[-] make sure `WithRewrittenSQL()` call is optional, fixes #167
#169
pashagolub
closed
1 year ago
0
[+] add `Kind()` method to convert `*Rows` to `pgx.Rows` interface
#168
labi-le
closed
1 year ago
3
Issues with new NamedArgs mocks
#167
FryDay
closed
1 year ago
7
Next