Update pgx to v4 #72
Annotations
10 errors and 1 warning
que.go#L361
c.stmtJobStats undefined (type *Client has no field or method stmtJobStats) (typecheck)
|
work_test.go#L74
c.pool.Stats undefined (type *pgxpool.Pool has no field or method Stats) (typecheck)
|
work_test.go#L226
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.AcquireConn (typecheck)
|
work_test.go#L230
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.ReleaseConn (typecheck)
|
work_test.go#L354
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.AcquireConn (typecheck)
|
work_test.go#L359
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.ReleaseConn (typecheck)
|
work_test.go#L451
c.pool.Stats undefined (type *pgxpool.Pool has no field or method Stats) (typecheck)
|
work_test.go#L630
cannot use query (variable of type string) as context.Context value in argument to c.pool.QueryRow: string does not implement context.Context (missing method Deadline) (typecheck)
|
work_test.go#L639
c.pool.Stats undefined (type *pgxpool.Pool has no field or method Stats) (typecheck)
|
|
|
The logs for this run have expired and are no longer available.
Loading