Skip to content

feat: drop postgres domain #624

feat: drop postgres domain

feat: drop postgres domain #624

Triggered via pull request January 9, 2024 05:15
Status Failure
Total duration 5m 24s
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

10 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: src/QueryClient/index.ts#L211
Argument of type 'TransactionClient' is not assignable to parameter of type 'TransactionClientContract'.
typecheck: src/TransactionClient/index.ts#L34
Class 'TransactionClient' incorrectly implements interface 'TransactionClientContract'.
typecheck: src/TransactionClient/index.ts#L181
Argument of type 'this' is not assignable to parameter of type 'QueryClientContract'.
typecheck: src/TransactionClient/index.ts#L188
Argument of type 'this' is not assignable to parameter of type 'QueryClientContract'.
typecheck: src/TransactionClient/index.ts#L195
Argument of type 'this' is not assignable to parameter of type 'QueryClientContract'.
typecheck: src/TransactionClient/index.ts#L202
Argument of type 'this' is not assignable to parameter of type 'QueryClientContract'.
typecheck: src/TransactionClient/index.ts#L249
Argument of type 'TransactionClient' is not assignable to parameter of type 'TransactionClientContract'.
typecheck
Process completed with exit code 2.