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