Example executeRaw. #785
test-isolated.yaml
on: push
Test Isolated Demos
1m 19s
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
|