fix(rows): doesn't close rows on Scan #221
Annotations
10 errors and 1 warning
golangci-lint:
binder_map.go#L93
previous case (typecheck)
|
golangci-lint:
client.go#L46
stmt.QueryContext undefined (type *Stmt has no field or method QueryContext) (typecheck)
|
golangci-lint:
client.go#L92
stmt.QueryContext undefined (type *Stmt has no field or method QueryContext) (typecheck)
|
golangci-lint:
client.go#L133
stmt.ExecContext undefined (type *Stmt has no field or method ExecContext) (typecheck)
|
golangci-lint:
db.go#L51
db.Lock undefined (type *DB has no field or method Lock) (typecheck)
|
golangci-lint:
db.go#L52
db.Unlock undefined (type *DB has no field or method Unlock) (typecheck)
|
golangci-lint:
null.go#L38
t.Valid undefined (type Null[T] has no field or method Valid) (typecheck)
|
golangci-lint:
scan.go#L61
err declared and not used (typecheck)
|
golangci-lint:
scan.go#L62
n declared and not used (typecheck)
|
golangci-lint:
string.go#L33
t.Valid undefined (type String has no field or method Valid) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading