diff options
author | stephan <stephan@noemail.net> | 2022-12-25 22:49:55 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-25 22:49:55 +0000 |
commit | 6431f860aee2805999730e7fa7a9758d9789a90a (patch) | |
tree | d9ef6877122d90ce8835e09cdaa3a75b433592e9 /ext/wasm/api/sqlite3-api-oo1.js | |
parent | 9f1adb8c12bdaf9e57e9d938c4af7c04c8d06ee0 (diff) | |
download | sqlite-6431f860aee2805999730e7fa7a9758d9789a90a.tar.gz sqlite-6431f860aee2805999730e7fa7a9758d9789a90a.zip |
Minor internal API doc correction and extend a test for oo1.DB.selectValues().
FossilOrigin-Name: b7295b1ca700945ae4e89be69f954dce9960e8975664e620898392b2cc78d452
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-oo1.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wasm/api/sqlite3-api-oo1.js b/ext/wasm/api/sqlite3-api-oo1.js index b4d76e573..965f7ee93 100644 --- a/ext/wasm/api/sqlite3-api-oo1.js +++ b/ext/wasm/api/sqlite3-api-oo1.js @@ -476,8 +476,8 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ }; /** - Internal impl of the DB.selectvalues(), selectArrays(), and - selectObjects() methods. + Internal impl of the DB.selectArrays() and selectObjects() + methods. */ const __selectAll = (db, sql, bind, rowMode)=>db.exec({ |