| Commit message (Expand) | Author | Age |
* | Further refactoring of opfs-sahpool and start integrating it into tester1.c-p... | stephan | 2023-07-18 |
* | Move SAH pool configuration options from the library-level config to a config... | stephan | 2023-07-16 |
* | opfs-sahpool VFS now seems to work, in that it runs fine (and blazingly fast)... | stephan | 2023-07-15 |
* | Minor cleanups related to reintroducing wasmfs support. | stephan | 2023-07-13 |
* | Get wasmfs build and its bare-bones test app working again, albeit currently ... | stephan | 2023-07-13 |
* | Internal JS doc fix. | stephan | 2023-07-12 |
* | Expose the SQLITE_DBCONFIG_STMT_SCANSTATUS and SQLITE_DBCONFIG_REVERSE_SCANOR... | stephan | 2023-05-01 |
* | Internal cleanups in JS code. No functional changes. | stephan | 2023-03-22 |
* | Replace use of 'self' in JS code with 'globalThis', as that works in browsers... | stephan | 2023-03-07 |
* | Add capability to override the JS's use of console.log/debug/warn/error() wit... | stephan | 2023-02-06 |
* | Minor API doc cleanups and JS code simplification. | stephan | 2023-01-21 |
* | Add sqlite3changeset_new/old_js(), which work like sqlite3_preupdate_new/old_... | stephan | 2022-12-27 |
* | Expose sqlite3_preupdate_hook() and friends to the JS API. | stephan | 2022-12-27 |
* | Document sqlite3.capi.sqlite3_prepare_v3() as accepting an ArrayBuffer and en... | stephan | 2022-12-26 |
* | Correct some internal-use JS docs and update the 'string:flexible' type conve... | stephan | 2022-12-26 |
* | Rename the new wasm.irSizeof() to sizeofIR() because that seems clearer. | stephan | 2022-12-25 |
* | Merge wasm-session-api branch into trunk, adding the session API to the JS/WA... | stephan | 2022-12-25 |
|\ |
|
| * | Add sqlite3.wasm.irSizeof() and extend certain allocation functions to make u... | stephan | 2022-12-25 |
* | | 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 |
* | 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 |
* | Update wasmfs.make to get WASMFS building again, but changes made to OPFS-ove... | stephan | 2022-12-17 |
* | Document the role of the sqlite3.client JS API property. | stephan | 2022-12-13 |
* | Move JS-to-C binding signatures from sqlite3-api-prologue.js to sqlite3-api-g... | stephan | 2022-12-12 |
* | ext/wasm/module-symbols.html: add a hyperlink to the API docs for each export... | stephan | 2022-12-12 |
* | Expose sqlite3_txn_state() to wasm. | stephan | 2022-12-12 |
* | Expose a number of infrequently-used sqlite3_...() functions to wasm whose ab... | stephan | 2022-12-12 |
* | Expose sqlite3_column_value() to WASM and add sqlite3_column_js(). | stephan | 2022-12-10 |
* | 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 |
* | Expose sqlite3_value_frombind/nochange/numeric_type() to WASM. Add a flag to ... | stephan | 2022-12-09 |
* | Refactor the sqlite3_value-to-JS conversion from an internal detail to sqlite... | stephan | 2022-12-09 |
* | Remove some unused sqlite3_status() codes from the JS API. Add custom JS wrap... | stephan | 2022-12-09 |
* | Rename the oft-used, verbose sqlite3.wasm.get/setMemValue() and get/setPtrVal... | stephan | 2022-12-09 |
* | Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret... | stephan | 2022-12-09 |
* | Expose sqlite3_table_column_metadata() to wasm. | stephan | 2022-12-09 |
* | Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l... | stephan | 2022-12-09 |
* | Work on an alternate (slightly simpler) approach to binding JS vtabs. Non-epo... | stephan | 2022-12-07 |
* | Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm.... | stephan | 2022-12-06 |
* | Add a demonstration sqlite3_vtab/module implemented in JS, based on ext/misc/... | stephan | 2022-12-06 |
* | Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks. | stephan | 2022-12-05 |
* | Export collation-related APIs and strncmp()/strnicmp() to wasm. | stephan | 2022-12-05 |
* | Export sqlite3_vtab_collation() to wasm. Rename 'flexible-string' JS argument... | stephan | 2022-12-05 |
* | Rename 'static-string' argument adapter to 'string:static'. Replace JS unit t... | stephan | 2022-12-05 |
* | Export sqlite3_bind/value/result_pointer() to wasm. Add 'static-string' argum... | stephan | 2022-12-05 |
* | More work on the JS side of the virtual table APIs. | stephan | 2022-12-05 |
* | Export sqlite3_result_zeroblob/zeroblob64() to wasm. | stephan | 2022-12-04 |