We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99395b0 commit 14113e5Copy full SHA for 14113e5
index.d.ts
@@ -6548,7 +6548,7 @@ declare type CAPI = {
6548
*
6549
* See https://www.sqlite.org/session/sqlite3session_attach.html
6550
*/
6551
- sqlite3session_attach: (pSession: WasmPointer, tableName: string || 0) => number;
+ sqlite3session_attach: (pSession: WasmPointer, tableName: string | 0) => number;
6552
6553
/**
6554
* Set a table filter on a Session Object.
0 commit comments