aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-glue.js
Commit message (Expand)AuthorAge
* Extend wasm build to support a custom sqlite3.c to support building against s...stephan2023-03-08
* Replace use of 'self' in JS code with 'globalThis', as that works in browsers...stephan2023-03-07
* Remove the JS-side SQLITE_WASM_DEALLOC sanity check which triggers the proble...stephan2023-01-04
* Another reformulation of SQLITE_WASM_DEALLOC to attempt to work around a Safa...stephan2023-01-02
* An alternative solution to mapping SQLITE_WASM_DEALLOC to the proper function...stephan2023-01-01
* Expose sqlite3_preupdate_hook() and friends to the JS API.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
* Document sqlite3.capi.sqlite3_prepare_v3() as accepting an ArrayBuffer and en...stephan2022-12-26
* Only add an on-db-close cleanup entry for collations if adding the collation ...stephan2022-12-26
* Extend [0e69b2c379e618] to support uninstalling stale JS-to-WASM function poi...stephan2022-12-26
* Add JS infrastructure which enables sqlite3.capi.sqlite3_close_v2() to clean ...stephan2022-12-26
* Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3session_delete() as a ...stephan2022-12-26
* Merge wasm-session-api branch into trunk, adding the session API to the JS/WA...stephan2022-12-25
|\
| * Remove duplicated JS binding of sqlite3changeset_apply_v2().stephan2022-12-25
| * Update the session-related JS bindings to account for today's internal API ch...stephan2022-12-25
| * Merge trunk into wasm-session-api branch.stephan2022-12-25
| |\
| * \ Merge trunk into wasm-session-api branch.stephan2022-12-23
| |\ \
| * \ \ Merge trunk into wasm-session-api branch.stephan2022-12-23
| |\ \ \
| * | | | Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_....stephan2022-12-23
| * | | | Initial pieces for binding the session API to JS. Far from complete. See [for...stephan2022-12-23
* | | | | Replace the "manual" implementation of sqlite3.capi.sqlite3_exec() with a bri...stephan2022-12-25
| |_|_|/ |/| | |
* | | | Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...stephan2022-12-25
* | | | Enhance sqlite3.wasm.xWrap.FuncPtrAdapter to be able to handle sqlite3_create...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
* | | | Reimplement JS's sqlite3_bind_text/blob() with hand-written bindings to permi...stephan2022-12-23
| |_|/ |/| |
* | | 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
|/
* Expose a JS-friendly subset of sqlite3_config() to JS, with the notable cavea...stephan2022-12-16
* Add sqlite3_set_authorizer() support and related tests to JS.stephan2022-12-16
* Internal refactoring of how sqlite3.wasm.xWrap() handles JS-to-C function poi...stephan2022-12-15
* Add convenience variants of sqlite3.wasm.peek/poke() for each numeric type to...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
* Expose sqlite3_txn_state() to wasm.stephan2022-12-12
* Refactor the internal JS routines for converting UDF results and errors to JS...stephan2022-12-10
* Export sqlite3_result_subtype() and sqlite3_value_dup/free/subtype() to WASM.stephan2022-12-09
* Refactor the sqlite3_value-to-JS conversion from an internal detail to sqlite...stephan2022-12-09
* 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
* 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
* Rename wasm.cstringToJs() to wasm.cstrToJs() for consistency with other wasm....stephan2022-12-06
* Minor internal JS code/docs cleanups.stephan2022-12-06
* Export collation-related APIs and strncmp()/strnicmp() to wasm.stephan2022-12-05
* Export sqlite3_vtab_collation() to wasm. Rename 'flexible-string' JS argument...stephan2022-12-05
* Rename 'static-string' argument adapter to 'string:static'. Replace JS unit t...stephan2022-12-05