Skip to content

feat(QueryBuilder/where): add null type to where clause #614

feat(QueryBuilder/where): add null type to where clause

feat(QueryBuilder/where): add null type to where clause #614

Triggered via pull request November 16, 2023 14:41
Status Failure
Total duration 4m 34s
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.