aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tester1.c-pp.js
Commit message (Expand)AuthorAge
* 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
* Correct wasm heap corruption introduced in test code added in [e144fd5c88fa4]...stephan2022-12-10
* Remove two incorrect calls to structType.dipose() which prematurely freed obj...stephan2022-12-10
* Remove some unused sqlite3_status() codes from the JS API. Add custom JS wrap...stephan2022-12-09
* Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal...stephan2022-12-09
* Correct a test bug which broke the previous checkin's wasm tests in higher op...stephan2022-12-09
* Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret...stephan2022-12-09
* Expose sqlite3_table_column_metadata() to wasm.stephan2022-12-09
* Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l...stephan2022-12-09
* Reorganization and renaming in the new VFS/vtab JS pieces.stephan2022-12-09
* Ease-of-use/legibility improvements in the virtual table JS helpers.stephan2022-12-08
* More work on the JS vtable tests.stephan2022-12-08
* Got JS non-eponymous vtable working thanks to a hint from Dan.stephan2022-12-08
* Remove some dead JS code and tweak some docs.stephan2022-12-08