Skip to content

[!] add support for pgx.Batch, closes #152 #267

[!] add support for pgx.Batch, closes #152

[!] add support for pgx.Batch, closes #152 #267

Re-run triggered January 10, 2024 11:39
Status Failure
Total duration 1m 20s
Artifacts

build.yml

on: pull_request
Test and Build on Ubuntu
1m 8s
Test and Build on Ubuntu
Fit to window
Zoom out
Zoom in

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