diff options
author | stephan <stephan@noemail.net> | 2023-05-19 16:12:06 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-05-19 16:12:06 +0000 |
commit | 416aeb16ee4ff07149801f88ebb34e2ffa01785f (patch) | |
tree | 6fcbbec8f2c3e94280a96e154dc09f569459b44f /ext/wasm/api/sqlite3-api-oo1.js | |
parent | 2492b6c0fb56d55dd8f27dcde3c35a22b644f183 (diff) | |
download | sqlite-416aeb16ee4ff07149801f88ebb34e2ffa01785f.tar.gz sqlite-416aeb16ee4ff07149801f88ebb34e2ffa01785f.zip |
Add a basic INSERT RETURNING test for the oo1.DB.exec() API.
FossilOrigin-Name: d29d62cf7658aeb49f3c8a5d0b0809d945ebc9b79379a255eb88f771d2a2c430
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-oo1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-oo1.js b/ext/wasm/api/sqlite3-api-oo1.js index e9f4e27ff..f0f0e6397 100644 --- a/ext/wasm/api/sqlite3-api-oo1.js +++ b/ext/wasm/api/sqlite3-api-oo1.js @@ -783,7 +783,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ should return: A) The default value is (usually) `"this"`, meaning that the - DB object itself should be returned. The exceptions is if + DB object itself should be returned. The exception is if the caller passes neither of `callback` nor `returnValue` but does pass an explicit `rowMode` then the default `returnValue` is `"resultRows"`, described below. |