Skip to content

Example executeRaw. #1597

Example executeRaw.

Example executeRaw. #1597

Triggered via push January 21, 2025 13:55
Status Failure
Total duration 1m 29s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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