Merge branch 'main' into feat/execute-raw #2135
Annotations
10 errors
|
Build Packages
Class 'BetterSQLite3DBAdapter' incorrectly implements interface 'DBAdapter'.
|
|
Build Packages
Argument of type 'RemoteConnection' is not assignable to parameter of type 'BetterSQLite3LockContext'.
|
|
Build Packages
Argument of type 'RemoteConnection' is not assignable to parameter of type 'BetterSQLite3LockContext'.
|
|
Build 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.
|
|
Build 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.
|
|
Build 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'.
|
|
Build 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.
|
|
Build Packages
Property 'executeRaw' is missing in type 'BetterSQLite3DBAdapter' but required in type 'DBAdapter'.
|
|
Build Packages
Class 'RemoteConnection' incorrectly implements interface 'LockContext'.
|
|
Build Packages
Process completed with exit code 1.
|