aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tester1.c-pp.js
Commit message (Expand)AuthorAge
* Fix a shadowed var in opfs-sahpool and add more tests.stephan2023-07-18
* Further refactoring of opfs-sahpool and start integrating it into tester1.c-p...stephan2023-07-18
* More work on porting the sahpool bits. Revert to random backing-store names b...stephan2023-07-15
* Integrate the opfs-sahpool VFS into the JS build and get it loading (but it's...stephan2023-07-14
* Significant surgery on the wasm build on the way to incorporating wasmfs as a...stephan2023-07-13
* Replace 'self' with 'globalThis' in some JS test code.stephan2023-07-13
* Remove extraneous console trace output from previous check-in.stephan2023-06-05
* Add a JS test confirming that binding of statement parameters in a subquery w...stephan2023-06-05
* Extend detection of the INSERT...RETURNING locking case to the DB.selectValue...stephan2023-05-19
* oo1.Stmt.finalize() no longer throws, but instead returns the same as the C A...stephan2023-05-19
* Add a basic INSERT RETURNING test for the oo1.DB.exec() API.stephan2023-05-19
* sqlite3.oo1.Stmt.finalize() now throws if sqlite3_finalize() returns non-zero...stephan2023-05-19
* Resolve the JS-side corner case reported in [forum:7774b773937cbe0a | forum p...stephan2023-05-10
* Remove a meaningless JS test. Add a timer to the OPFS async-side worker loade...stephan2023-03-27
* Add a JS test which checks for the issue described in [forum post 895425b49a|...stephan2023-03-24
* Add capability to override the JS's use of console.log/debug/warn/error() wit...stephan2023-02-06
* Remove automatic installation of JS-global S object for the sake of client li...stephan2023-02-02
* Enhance oo1.DB.exec() to simplify returning whole result sets.stephan2023-01-28
* Add JS bundler-friendly JS build. Minor test code cleanups.stephan2023-01-28
* Expose sqlite3_preupdate_hook() and friends to the JS API.stephan2022-12-27
* Add links to module-symbols.html for newly-added APIs.stephan2022-12-27
* Add two more tests to [f99f8e3ecfe20].stephan2022-12-27
* Expose sqlite3_commit/rollback/update_hook() to JS API.stephan2022-12-27
* Expose the auto-extension API to JS and reorganize some nearby code.stephan2022-12-26
* Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3session_delete() as a ...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
* Merge wasm-session-api branch into trunk, adding the session API to the JS/WA...stephan2022-12-25
|\
| * Add basic session API JS tests.stephan2022-12-25
* | Add tests confirming that JS sqlite3_exec()'s SQL argument participates in th...stephan2022-12-25
|/
* Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...stephan2022-12-25
* Simplify the signature for JS functions, as opposed to function pointers, pas...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
* If sqlite3.oo1.DB.exec()'s callback returns a literal false, stop step()ing o...stephan2022-12-24
* Internal JS cleanups. Correct part of [ac136925a645] to account for the eText...stephan2022-12-23
* Consolidate/unify how the JS bindings of the create_function/collation family...stephan2022-12-23
* Cherry-pick [c4dab53b8ea3401abd] for sqlite3.wasm.xWrap() optimizations.stephan2022-12-23
* Expose a JS-friendly subset of sqlite3_config() to JS, with the notable cavea...stephan2022-12-16
* Add a test confirming that exceptions are not passed through C-space if a JS-...stephan2022-12-16
* Add sqlite3_set_authorizer() support and related tests to JS.stephan2022-12-16
* Rename the new peek/pokeF32() and peek/pokeF64() to peek/poke32f() and peek/p...stephan2022-12-14
* Slight reformulation of some test code to test multi-arg wasm.peek() call form.stephan2022-12-14
* Use the new peek/poke() variants throughout tester1.js.stephan2022-12-14
* Add convenience variants of sqlite3.wasm.peek/poke() for each numeric type to...stephan2022-12-14
* Add a test to demonstrate/verify which object acts as "this" in a oo1.DB.exec...stephan2022-12-14
* Extend the sqlite3.wasm function pointer argument converter to be able to han...stephan2022-12-13
* Revert part of [9386d6f63468] because the new automatic function pointer bind...stephan2022-12-12
* Move JS-to-C binding signatures from sqlite3-api-prologue.js to sqlite3-api-g...stephan2022-12-12