Home
last modified time | relevance | path

Searched refs:dbs (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js92 dbs: Object.create(null), property
377 Object.keys(this.dbs).sort().forEach((k)=>{
378 const d = this.dbs[k];
439 ? this.dbs[this.e.selImpl.value]
441 : Object.values(this.dbs);
455 if(!this.dbs.memdb){
457 const d = this.dbs[opt.value] = Object.create(null);
481 const d = this.dbs[dbId];
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-worker1.js369 this.dbs[getDbId(db)] = db;
375 delete this.dbs[getDbId(db)];
401 dbs: Object.create(null), property
405 return this.dbs[id]
/sqlite-3.40.0/test/
H A Dunionvtab.test172 foreach {tn dbs res} {
181 foreach e $dbs {
H A Dcapi3.test349 proc check_origin_header {STMT test dbs tables cols} {
367 } $dbs
377 } $dbs
H A Dcapi3c.test330 proc check_origin_header {STMT test dbs tables cols} {
349 } $dbs
359 } $dbs
/sqlite-3.40.0/ext/session/
H A DsessionD.test191 # 1) schema mismatches between the two dbs, and