Skip to content

feat(config): add connectionString option to PostgresConnectionNode type #613

feat(config): add connectionString option to PostgresConnectionNode type

feat(config): add connectionString option to PostgresConnectionNode type #613

Re-run triggered November 9, 2023 03:38
Status Failure
Total duration 5m 18s
Artifacts

test.yml

on: pull_request
Matrix: test-mssql
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
Fit to window
Zoom out
Zoom in

Annotations

3 errors
typecheck: src/Connection/index.ts#L241
Argument of type 'import("/home/runner/work/lucid/lucid/node_modules/knex/types/index").Knex<any, any[]>' is not assignable to parameter of type 'import("/home/runner/work/lucid/lucid/node_modules/knex-dynamic-connection/node_modules/knex/types/index").Knex<any, any[]>'.
typecheck: src/Connection/index.ts#L260
Argument of type 'import("/home/runner/work/lucid/lucid/node_modules/knex/types/index").Knex<any, any[]>' is not assignable to parameter of type 'import("/home/runner/work/lucid/lucid/node_modules/knex-dynamic-connection/node_modules/knex/types/index").Knex<any, any[]>'.
typecheck
Process completed with exit code 2.