1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Minor internal API doc correction and extend a test for oo1.DB.selectValues().

FossilOrigin-Name: b7295b1ca700945ae4e89be69f954dce9960e8975664e620898392b2cc78d452
This commit is contained in:
stephan
2022-12-25 22:49:55 +00:00
parent 9f1adb8c12
commit 6431f860ae
4 changed files with 12 additions and 12 deletions

View File

@ -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({