aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-oo1.js
Commit message (Expand)AuthorAge
* Add an optional argument to oo1.DB.transaction() to specify an explicit BEGIN...stephan2022-12-27
* Correct some internal-use JS docs and update the 'string:flexible' type conve...stephan2022-12-26
* Minor internal API doc correction and extend a test for oo1.DB.selectValues().stephan2022-12-25
* Add sqlite3.oo1.DB.selectValues(). Correct a logic error which could cause DB...stephan2022-12-25
* Add the address of the associated db handle to the sqlite3_trace_v2() output ...stephan2022-12-25
* Replace JS-side use of SQLITE_TRANSIENT with the new SQLITE_WASM_DEALLOC, red...stephan2022-12-24
* Extend oo1.Stmt.bind() to accept ArrayBuffer instances to bind as blobs.stephan2022-12-24
* Add a test for the (failure) case of client-level code calling the oo1.Stmt c...stephan2022-12-24
* oo1.DB.exec() rowMode="$columnName": a minor optimization and a preemtive fix...stephan2022-12-24
* If sqlite3.oo1.DB.exec()'s callback returns a literal false, stop step()ing o...stephan2022-12-24
* Reimplement JS's sqlite3_bind_text/blob() with hand-written bindings to permi...stephan2022-12-23
* Internal JS cleanups. Correct part of [ac136925a645] to account for the eText...stephan2022-12-23
* Add convenience variants of sqlite3.wasm.peek/poke() for each numeric type to...stephan2022-12-14
* A micro-optimization in sqlite3.oo1.DB.exec(). Changed the rowMode option of ...stephan2022-12-14
* Extend the sqlite3.wasm function pointer argument converter to be able to han...stephan2022-12-13
* Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...stephan2022-12-09
* Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...stephan2022-12-09
* Got JS non-eponymous vtable working thanks to a hint from Dan.stephan2022-12-08
* Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm....stephan2022-12-06
* Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/...stephan2022-12-06
* Export sqlite3_vtab_collation() to wasm. Rename 'flexible-string' JS argument...stephan2022-12-05
* Rework the oo1.DB's distinct-per-VFS post-open() step to accept either a batc...stephan2022-12-03
* Remove extraneous/unused sqlite3.oo1.version object. Add httpd makefile target.stephan2022-12-02
* OPFS VFS: add the opfs-unlock-asap=1 URI flag which tells the VFS to release ...stephan2022-11-26
|\
| * Initial infrastructure for adding a mode to the OPFS VFS which causes implici...stephan2022-11-23
* | Add sqlite3.oo1.DB.prototype.checkRc() and tests for both that method and its...stephan2022-11-24
|/
* Minor internal cleanups in the js pieces.stephan2022-11-01
* Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB....stephan2022-11-01
* Add oo1.DB.exec() 'returnValue' option, which specifies what exec() should re...stephan2022-10-31
* Add oo1.DB.selectArray() and selectObject().stephan2022-10-30
* Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...stephan2022-10-29
* Minor sqlite3.oo1 API reorg prompted by documenting.stephan2022-10-28
* Replace the newly-removed oo1.DB.getFilename() with DB.dbFilename() with the ...stephan2022-10-26
* Remove oo1.DB.hasFilename() and getFilename(), as they are unnecessary.stephan2022-10-26
* Add kvvfs tests to tester1.js. Fix a scopedAlloc() misuse in oo1.DB ctor caus...stephan2022-10-21
* Add timing info and OPFS sanity tests to tester1.jsstephan2022-10-21
* Expose sqlite3_vfs_unregister() to WASM and unregister kvvfs in Worker thread...stephan2022-10-21
* Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate...stephan2022-10-20
* Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink op...stephan2022-10-20
* Minor tweak to get bring an edge case of oo1.DB.createFunction() into aggreem...stephan2022-10-16
* Add aggregate function support to sqlite3.oo1.DB.createFunction(). Change sig...stephan2022-10-16
* Move the rest of testing1.js into tester1.js and eliminate the dependency on ...stephan2022-10-13
* Resolve/remove a TODO.stephan2022-10-03
* Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...stephan2022-10-03
* More cleanups in the UDF argument and result handling, in particular int64. C...stephan2022-10-02
* js: implement a hand-written wrapper for sqlite3_create_function_v2() which c...stephan2022-10-02
* More fleshing out of sqlite3.capi.wasm.pstack.stephan2022-10-02
* General internal cleanups in the oo1 API.stephan2022-10-02
* Add oo1.JsStorageDb.clearStorage/storageSize() methods, copies of capi.sqlite...stephan2022-09-30
* Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor...stephan2022-09-30