mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Minor sqlite3.oo1 API reorg prompted by documenting.
FossilOrigin-Name: 55237924ca363c5a3e0f8c82620eb6626a98311615866197375a86876b9da3a1
This commit is contained in:
@ -281,6 +281,7 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
||||
const DB = function(...args){
|
||||
dbCtorHelper.apply(this, args);
|
||||
};
|
||||
DB.dbCtorHelper = dbCtorHelper;
|
||||
|
||||
/**
|
||||
Internal-use enum for mapping JS types to DB-bindable types.
|
||||
@ -1656,8 +1657,7 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
|
||||
ooApi: "0.1"
|
||||
},
|
||||
DB,
|
||||
Stmt,
|
||||
dbCtorHelper
|
||||
Stmt
|
||||
}/*oo1 object*/;
|
||||
|
||||
if(util.isUIThread()){
|
||||
|
Reference in New Issue
Block a user