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:
@ -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({
|
||||
|
Reference in New Issue
Block a user