index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
EXPORTED_FUNCTIONS.sqlite3-api
Commit message (
Expand
)
Author
Age
*
Restructuring of the wasm build to support an experimental 'minimal' build mo...
stephan
2024-07-24
*
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
*
Remove a stray/harmless duplicate wasm function export entry.
stephan
2024-07-13
*
Export sqlite3_get_autocommit() to WASM and add tests for it.
stephan
2023-10-27
*
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
*
Merge trunk into wasm-session-api branch.
stephan
2022-12-25
|
\
|
*
Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a...
stephan
2022-12-25
*
|
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
|
/
*
Add sqlite3_set_authorizer() support and related tests to JS.
stephan
2022-12-16
*
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
*
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
*
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
*
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
*
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
*
Rename wasm.xWrap.resultAdapter() X:free entries to X:dealloc for consistency...
stephan
2022-12-03
*
Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...
stephan
2022-11-21
*
Remove sqlite3_interrupt() from the WASM build, as it is essentially impossib...
stephan
2022-10-28
*
Expose sqlite3_randomness() to WASM and add a custom binding for it which can...
stephan
2022-10-27
*
Expose sqlite3_vfs_unregister() to WASM and unregister kvvfs in Worker thread...
stephan
2022-10-21
*
Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...
stephan
2022-10-03
*
More cleanups in the UDF argument and result handling, in particular int64. C...
stephan
2022-10-02
*
JS: clean up create_function() wrapper and add support for create_window_func...
stephan
2022-10-02
*
Expose sqlite3_msize() to wasm.
stephan
2022-09-30
*
wasm: expose sqlite3_de/serialize(), sqlite3_malloc/free() and friends, notin...
stephan
2022-09-30
*
Resolve "already configured" warnings from shell's main() when starting it up...
stephan
2022-09-24
*
Export the sqlite3_uri_...() family of functions to wasm.
stephan
2022-09-20
*
Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...
stephan
2022-09-13
*
Minor cleanups and documentation in the wasm pieces.
stephan
2022-09-11
*
Initial prototype impls of write/delete-key ops for the pending kvvfs which u...
stephan
2022-09-11
*
Build fiddle with WASMFS OPFS support and attempt to use it if available. It ...
stephan
2022-08-12
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10