fix: apply relationship constraints when using sub query in whereIn condition #164
Annotations
10 errors and 1 warning
src/connection/index.ts#L405
Object literal may only specify known properties, and 'connection' does not exist in type 'HealthCheckResult'.
|
test/connection/connection.spec.ts#L206
Property 'error' does not exist on type 'HealthCheckResult'.
|
test/connection/connection.spec.ts#L233
Property 'error' does not exist on type 'HealthCheckResult'.
|
test/connection/connection_manager.spec.ts#L200
Property 'report' does not exist on type 'ConnectionManager'.
|
test/connection/connection_manager.spec.ts#L230
Property 'report' does not exist on type 'ConnectionManager'.
|
test/database/database.spec.ts#L166
Property 'hasHealthChecksEnabled' does not exist on type 'Database'.
|
test/orm/model_many_to_many.spec.ts#L778
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
test/orm/model_many_to_many.spec.ts#L779
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
test/orm/model_many_to_many.spec.ts#L1340
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
test/orm/model_many_to_many.spec.ts#L1341
Argument of type 'typeof DateTime' is not assignable to parameter of type 'Constructor<unknown>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading