Skip to content

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

Merge branch 'main' into feat/execute-raw

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

Triggered via push March 19, 2025 11:29
Status Failure
Total duration 1m 29s
Artifacts
Test Isolated Demos
1m 17s
Test Isolated Demos
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test Isolated Demos
Class 'BetterSQLite3DBAdapter' incorrectly implements interface 'DBAdapter'.
Test Isolated Demos
Argument of type 'RemoteConnection' is not assignable to parameter of type 'BetterSQLite3LockContext'.
Test Isolated Demos
Argument of type 'RemoteConnection' is not assignable to parameter of type 'BetterSQLite3LockContext'.
Test Isolated Demos
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 Isolated Demos
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 Isolated Demos
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 Isolated Demos
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 Isolated Demos
Property 'executeRaw' is missing in type 'BetterSQLite3DBAdapter' but required in type 'DBAdapter'.
Test Isolated Demos
Class 'RemoteConnection' incorrectly implements interface 'LockContext'.
Test Isolated Demos
Process completed with exit code 1.