Skip to content

Example executeRaw. #1905

Example executeRaw.

Example executeRaw. #1905

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

Annotations

7 errors and 1 warning
Build Packages
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[][]>; }'.
Build Packages
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'.
Build Packages
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[][]>; }'.
Build Packages
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[][]>; }'.
Build Packages
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'.
Build Packages
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[][]>; }'.
Build Packages
Process completed with exit code 1.
Build Packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636