| Commit message (Expand) | Author | Age |
* | Rename some JS files for consistency. This affects only the build process, no... | stephan | 2024-07-10 |
* | Remove an undocumented feature from the JS Worker1.open API because it relies... | stephan | 2024-04-24 |
* | Extend the JS/WASM SEE build support by (A) filtering SEE-related bits out of... | stephan | 2024-04-22 |
* | Add comments (only, no code) to the JS sqlite3_config() bindings reminding us... | stephan | 2024-03-21 |
* | Internal JS doc cleanups. | stephan | 2024-01-11 |
* | Split the JS vfs/vtab helper code into discreet units as a step towards a bui... | stephan | 2024-01-11 |
* | Make explicit which JS APIs are for internal use only by moving the JS-bound ... | stephan | 2024-01-08 |
* | Export sqlite3_get_autocommit() to WASM and add tests for it. | stephan | 2023-10-27 |
* | Correct an undefined-value deref in the JS bindings, triggered by passing inv... | stephan | 2023-09-30 |
* | Add sqlite3.capi.sqlite3_js_posix_create_file() and oo1.OpfsDb.importDb() as ... | stephan | 2023-08-11 |
* | Dynamically determine whether the wasm.xWrap() argc check can be applied, dep... | stephan | 2023-07-27 |
* | Extend wasm build to support a custom sqlite3.c to support building against s... | stephan | 2023-03-08 |
* | Replace use of 'self' in JS code with 'globalThis', as that works in browsers... | stephan | 2023-03-07 |
* | Remove the JS-side SQLITE_WASM_DEALLOC sanity check which triggers the proble... | stephan | 2023-01-04 |
* | Another reformulation of SQLITE_WASM_DEALLOC to attempt to work around a Safa... | stephan | 2023-01-02 |
* | An alternative solution to mapping SQLITE_WASM_DEALLOC to the proper function... | stephan | 2023-01-01 |
* | Expose sqlite3_preupdate_hook() and friends to the JS API. | stephan | 2022-12-27 |
* | Expose sqlite3_commit/rollback/update_hook() to JS API. | stephan | 2022-12-27 |
* | Expose the auto-extension API to JS and reorganize some nearby code. | stephan | 2022-12-26 |
* | Document sqlite3.capi.sqlite3_prepare_v3() as accepting an ArrayBuffer and en... | stephan | 2022-12-26 |
* | Only add an on-db-close cleanup entry for collations if adding the collation ... | stephan | 2022-12-26 |
* | Extend [0e69b2c379e618] to support uninstalling stale JS-to-WASM function poi... | stephan | 2022-12-26 |
* | Add JS infrastructure which enables sqlite3.capi.sqlite3_close_v2() to clean ... | stephan | 2022-12-26 |
* | Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3session_delete() as a ... | stephan | 2022-12-26 |
* | Merge wasm-session-api branch into trunk, adding the session API to the JS/WA... | stephan | 2022-12-25 |
|\ |
|
| * | Remove duplicated JS binding of sqlite3changeset_apply_v2(). | stephan | 2022-12-25 |
| * | Update the session-related JS bindings to account for today's internal API ch... | stephan | 2022-12-25 |
| * | Merge trunk into wasm-session-api branch. | stephan | 2022-12-25 |
| |\ |
|
| * \ | Merge trunk into wasm-session-api branch. | stephan | 2022-12-23 |
| |\ \ |
|
| * \ \ | Merge trunk into wasm-session-api branch. | stephan | 2022-12-23 |
| |\ \ \ |
|
| * | | | | Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_.... | stephan | 2022-12-23 |
| * | | | | Initial pieces for binding the session API to JS. Far from complete. See [for... | stephan | 2022-12-23 |
* | | | | | Replace the "manual" implementation of sqlite3.capi.sqlite3_exec() with a bri... | stephan | 2022-12-25 |
| |_|_|/
|/| | | |
|
* | | | | Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a... | stephan | 2022-12-25 |
* | | | | Enhance sqlite3.wasm.xWrap.FuncPtrAdapter to be able to handle sqlite3_create... | stephan | 2022-12-25 |
* | | | | Simplify the signature for JS functions, as opposed to function pointers, pas... | stephan | 2022-12-25 |
* | | | | Replace JS-side use of SQLITE_TRANSIENT with the new SQLITE_WASM_DEALLOC, red... | stephan | 2022-12-24 |
* | | | | Reimplement JS's sqlite3_bind_text/blob() with hand-written bindings to permi... | stephan | 2022-12-23 |
| |_|/
|/| | |
|
* | | | Internal JS cleanups. Correct part of [ac136925a645] to account for the eText... | stephan | 2022-12-23 |
| |/
|/| |
|
* | | Consolidate/unify how the JS bindings of the create_function/collation family... | stephan | 2022-12-23 |
|/ |
|
* | Expose a JS-friendly subset of sqlite3_config() to JS, with the notable cavea... | stephan | 2022-12-16 |
* | Add sqlite3_set_authorizer() support and related tests to JS. | stephan | 2022-12-16 |
* | Internal refactoring of how sqlite3.wasm.xWrap() handles JS-to-C function poi... | stephan | 2022-12-15 |
* | Add convenience variants of sqlite3.wasm.peek/poke() for each numeric type to... | stephan | 2022-12-14 |
* | Extend the sqlite3.wasm function pointer argument converter to be able to han... | stephan | 2022-12-13 |
* | Revert part of [9386d6f63468] because the new automatic function pointer bind... | stephan | 2022-12-12 |
* | Move JS-to-C binding signatures from sqlite3-api-prologue.js to sqlite3-api-g... | stephan | 2022-12-12 |
* | Expose sqlite3_txn_state() to wasm. | stephan | 2022-12-12 |
* | Refactor the internal JS routines for converting UDF results and errors to JS... | stephan | 2022-12-10 |
* | Export sqlite3_result_subtype() and sqlite3_value_dup/free/subtype() to WASM. | stephan | 2022-12-09 |