Update pgx to v4 #72
Annotations
10 errors and 1 warning
que.go#L1
: # github.com/kanmu/qg [github.com/kanmu/qg.test]
|
que.go#L361
c.stmtJobStats undefined (type *Client has no field or method stmtJobStats)
|
work_test.go#L74
c.pool.Stats undefined (type *pgxpool.Pool has no field or method Stats)
|
work_test.go#L226
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.AcquireConn
|
work_test.go#L230
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.ReleaseConn
|
work_test.go#L354
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.AcquireConn
|
work_test.go#L359
cannot use c.pool (variable of type *pgxpool.Pool) as *sql.DB value in argument to stdlib.ReleaseConn
|
work_test.go#L451
c.pool.Stats undefined (type *pgxpool.Pool has no field or method Stats)
|
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)
|
work_test.go#L639
c.pool.Stats undefined (type *pgxpool.Pool has no field or method Stats)
|
|
The logs for this run have expired and are no longer available.
Loading