Skip to content

Merge branch 'main' into feat/execute-raw #1827

Merge branch 'main' into feat/execute-raw

Merge branch 'main' into feat/execute-raw #1827

Triggered via push March 19, 2025 11:29
Status Failure
Total duration 2m 38s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test Packages
Class 'BetterSQLite3DBAdapter' incorrectly implements interface 'DBAdapter'.
Test Packages
Argument of type 'RemoteConnection' is not assignable to parameter of type 'BetterSQLite3LockContext'.
Test Packages
Argument of type 'RemoteConnection' is not assignable to parameter of type 'BetterSQLite3LockContext'.
Test Packages
Conversion of type 'BetterSQLite3LockContext' to type 'RemoteConnection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test Packages
Conversion of type 'BetterSQLite3LockContext' to type 'RemoteConnection' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test Packages
Argument of type '{ execute: (query: string, params: any[] | undefined) => Promise<QueryResult>; executeBatch: (query: string, params: any[][] | undefined) => Promise<QueryResult>; ... 4 more ...; rollback: () => Promise<...>; }' is not assignable to parameter of type 'BetterSQLite3Transaction'.
Test Packages
Conversion of type 'DBAdapter' to type 'BetterSQLite3DBAdapter' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Test Packages
Property 'executeRaw' is missing in type 'BetterSQLite3DBAdapter' but required in type 'DBAdapter'.
Test Packages
Class 'RemoteConnection' incorrectly implements interface 'LockContext'.
Test Packages
Process completed with exit code 1.