streamline the database interfaces and add pgx adapter #95
Annotations
10 errors and 1 warning
Run make build:
pkg/sql/delayed_postgresql.go#L49
cannot use db (variable of type *"database/sql".DB) as ContextExecutor value in argument to NewPublisher: *"database/sql".DB does not implement ContextExecutor (wrong type for method ExecContext)
|
Run make build:
pkg/sql/delayed_postgresql.go#L117
cannot use db (variable of type *"database/sql".DB) as Beginner value in argument to NewSubscriber: *"database/sql".DB does not implement Beginner (wrong type for method BeginTx)
|
Run make build:
pkg/sql/schema.go#L52
undefined: errors
|
Run make build:
pkg/sql/schema.go#L69
undefined: errors
|
Run make build:
pkg/sql/schema.go#L76
undefined: errors
|
Run make build:
pkg/sql/schema.go#L83
undefined: errors
|
Run make build:
pkg/pgx/pgx_adapter.go#L36
undefined: sql.Tx
|
Run make build:
pkg/pgx/pgx_adapter.go#L56
undefined: sql.Result
|
Run make build:
pkg/pgx/pgx_adapter.go#L62
undefined: sql.Rows
|
Run make build:
pkg/pgx/pgx_adapter.go#L68
undefined: sql.Result
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading