Skip to content

Example executeRaw. #785

Example executeRaw.

Example executeRaw. #785

Triggered via push January 21, 2025 13:55
Status Failure
Total duration 1m 29s
Artifacts
Test Isolated Demos
1m 19s
Test Isolated Demos
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Test Isolated Demos
Argument of type 'LockContext' is not assignable to parameter of type '{ execute: (sql: string, params?: any[] | undefined) => Promise<QueryResult>; executeRaw: (sql: string, params?: any[] | undefined) => Promise<any[][]>; }'.
Test Isolated Demos
Argument of type '{ execute: (sql: string, params?: any[] | undefined) => Promise<QueryResult>; executeRaw: (sql: string, params?: any[] | undefined) => Promise<any[][]>; } & DBGetUtils' is not assignable to parameter of type 'Transaction'.
Test Isolated Demos
Argument of type 'TransactionContext' is not assignable to parameter of type '{ execute: (sql: string, params?: any[] | undefined) => Promise<QueryResult>; executeRaw: (sql: string, params?: any[] | undefined) => Promise<any[][]>; }'.
Test Isolated Demos
Argument of type 'LockContext' is not assignable to parameter of type '{ execute: (sql: string, params?: any[] | undefined) => Promise<QueryResult>; executeRaw: (sql: string, params?: any[] | undefined) => Promise<any[][]>; }'.
Test Isolated Demos
Argument of type '{ execute: (sql: string, params?: any[] | undefined) => Promise<QueryResult>; executeRaw: (sql: string, params?: any[] | undefined) => Promise<any[][]>; } & DBGetUtils' is not assignable to parameter of type 'Transaction'.
Test Isolated Demos
Argument of type 'TransactionContext' is not assignable to parameter of type '{ execute: (sql: string, params?: any[] | undefined) => Promise<QueryResult>; executeRaw: (sql: string, params?: any[] | undefined) => Promise<any[][]>; }'.
Test Isolated Demos
Process completed with exit code 1.
Test Isolated Demos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636