aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tester1.c-pp.js
Commit message (Expand)AuthorAge
* Correct a one-too-many-exclamation-points bug which caused the opposite of in...stephan3 days
* wasm: DB.wrapHandle() no longer accepts a DB object as its first argument, as...stephan6 days
* wasm: add a few tests demonstrating that oo1.Stmt.paramaterCount's new impl d...stephan6 days
* Remove some dead JS code and some extraneous debug output from test code.stephan8 days
* Experimentally add sqlite3.oo1.DB/Stmt.wrapHandle(), which allow DB/Stmt inst...stephan8 days
* Minor JS test cleanups prompted by a linter.stephan2025-06-21
* Remove some duplicated JS tests.stephan2025-06-21
* Give oo1.Stmt.get() similar treatment to [8c187140a60b]. This is an internal ...stephan2025-06-21
* Extend the SEE-via-kvvfs tests to include all three key types.stephan2025-06-21
* Rework how JS's oo1.DB.exec() flags its Stmt objects to make certain Stmt API...stephan2025-06-21
* Export the column-metadata APIs to WASM. Doing so requires a non-default buil...stephan2025-06-18
* Merge trunk into the sahpool-digest branch.stephan2025-02-26
|\
| * Add the pause/unpause capability to the opfs-sahpool VFS, as discussed in [fo...stephan2025-02-20
| |\
| | * Cleanups in the opfs-sahpool VFS pause/unpause feature and its tests.stephan2025-01-31
| | * Add experimental support to pause/unpause an SAHPool OPFS VFS, as discussed i...stephan2025-01-29
| * | Improve the JS-side sqlite3_set_auxdata() test to also trigger the case that ...stephan2025-02-03
| * | Rework [76c8435a] to eliminate automatic JS-to-WASM function conversions of s...stephan2025-02-03
* | | Initial work on a fix for the SAHPool VFS's effectively-no-op digest calculat...stephan2025-02-03
|/ /
* | Add a more complete test for [76c8435a] and add some commentary about (A) the...stephan2025-02-03
* | Expose the new SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE/WRITE and SQLITE_DBCONFIG...stephan2025-01-31
|/
* Remove a flaky JS test which has a result depending on unrepredictable contex...stephan2024-11-22
* Fix a JS test which was broken when OMIT_PROGRESS_CALLBACK was _not_ used.stephan2024-11-21
* Ensure that the OPFS VFS's xOpen() writes back the read-only flag to the outp...stephan2024-10-17
* When calling OpfsSAHPoolUtil.removeVfs(), ensure that the cached result the V...stephan2024-10-17
* Fix a non-bare-bones-mode test case broken by the previous checkin.stephan2024-07-25
* Strip progress handlers and window functions from the wasm bare-bones (former...stephan2024-07-25
* More work on the minimal-mode wasm build (now 603kb uncompressed). Remove the...stephan2024-07-25
* Start work on an overhaul of the wasm build process, with an eye towards less...stephan2024-07-25
* wasm minimal build: strip authorizers and JSON support (saves approx 35kb). S...stephan2024-07-24
* Restructuring of the wasm build to support an experimental 'minimal' build mo...stephan2024-07-24
* Move a block of JS code which was inadvertently (and harmlessly) moved in the...stephan2024-07-22
* OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected...stephan2024-07-22
* Improve one of the JS test cases.stephan2024-07-13
* Add JS binding for sqlite3_column_decltype().stephan2024-07-13
* Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain().stephan2024-07-13
* Add missing sqlite3_bind_parameter_name() binding to JS.stephan2024-07-13
* Add JS bindings and tests for sqlite3_interrupted(), is_interrupted(), and db...stephan2024-07-13
* Rename the new opfs-sahpool init-retry flag to the suitably descriptive, and ...stephan2024-07-13
* Reformulate the forceReinitIfFailed handling based on feedback, to correct th...stephan2024-07-11
* Add an option to force the opfs-sahpool VFS init to re-run after it fails on ...stephan2024-07-11
* Minor cleanups to [8fbda563d2f5].stephan2024-04-22
* Extend the JS/WASM SEE build support by (A) filtering SEE-related bits out of...stephan2024-04-22
* Add delete-before-open=1 URI flag to the 'opfs' VFS to tell it to xDelete the...stephan2024-03-11
* Make explicit which JS APIs are for internal use only by moving the JS-bound ...stephan2024-01-08
* Remove an unused/invalid test from the wasm suite.stephan2023-11-08
* Export sqlite3_get_autocommit() to WASM and add tests for it.stephan2023-10-27
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Extend the importDb() method of both OPFS VFSes to (A) support reading in an ...stephan2023-08-18
* Add sqlite3.capi.sqlite3_js_posix_create_file() and oo1.OpfsDb.importDb() as ...stephan2023-08-11
* Add tests for SAHPoolUtil.exportFile() and importDb().stephan2023-07-30