feat: drop postgres domain #624
test.yml
on: pull_request
lint
56s
typecheck
55s
Matrix: test-mssql
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
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.
|