[!] add support for pgx.Batch
, closes #152
#267
build.yml
on: pull_request
Test and Build on Ubuntu
1m 8s
Annotations
4 errors
Test and Build on Ubuntu:
batch.go#L39
S1011: should replace loop with `b.elements = append(b.elements, bes...)` (gosimple)
|
Test and Build on Ubuntu:
pgxmock.go#L647
S1040: type assertion to the same type: reflect.NewAt(argValue.Type(), unsafe.Pointer(argValue.UnsafeAddr())).Elem().Interface() already has type interface{} (gosimple)
|
Test and Build on Ubuntu:
expectations_test.go#L175
ineffectual assignment to err (ineffassign)
|
Test and Build on Ubuntu
issues found
|