index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-prologue.js
Commit message (
Expand
)
Author
Age
...
*
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
*
sqlite3.wasm.allocFromTypedArray() now optionally accepts an ArrayBuffer as i...
stephan
2022-12-03
*
Rename wasm.xWrap.resultAdapter() X:free entries to X:dealloc for consistency...
stephan
2022-12-03
*
JavaScript: add sqlite3.wasm.realloc(), sqlite3.capi.SQLITE_MAX_ALLOCATION_SI...
stephan
2022-12-03
*
Expand JS tests for db export/import and document reason it cannot currently ...
stephan
2022-12-02
*
sqlite3_js_create_file() now accepts an ArrayBuffer data source. Add test for...
stephan
2022-12-01
*
Reformulate and simplify some JS tests related to the previous checkin.
stephan
2022-12-01
*
Expand "sqlite3_vfs*" JS-to-WASM function argument conversions to accept VFS ...
stephan
2022-12-01
*
Install sqlite3_malloc/sqlite3_free() as the JS-side WASM allocator (as oppos...
stephan
2022-11-30
*
Rename some OPFS JS files. Prevent JS bindings of sqlite3_uri_...() from perf...
stephan
2022-11-30
*
Refactor a significant chunk of the OPFS sqlite3_vfs init code into sqlite3.V...
stephan
2022-11-30
*
JS documentation cleanups. No code changes.
stephan
2022-11-24
*
Minor JS doc updates.
stephan
2022-11-23
*
Add optional zSchema argument to sqlite3_js_db_export().
stephan
2022-11-23
*
Add test app for experimenting with multi-worker OPFS concurrency. Tweak OPFS...
stephan
2022-11-21
*
Add sqlite3.wasm.alloc.impl() as a "public back door" into the low-level non-...
stephan
2022-11-07
*
Minor wasm doc touchups. No code changes.
stephan
2022-11-07
*
Globally replace '' with "" for empty JS strings to please C preprocessor.
stephan
2022-11-03
*
Add sqlite3_wasm_vfs_create_file() to replace Emscripten's FS.createDataFile(...
stephan
2022-11-02
*
Minor internal cleanups in the js pieces.
stephan
2022-11-01
*
Significant cleanups and expansion of the sqlite3.opfs utilities. Add oo1.DB....
stephan
2022-11-01
*
Add oo1.DB.exec() 'returnValue' option, which specifies what exec() should re...
stephan
2022-10-31
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
Remove sqlite3_interrupt() from the WASM build, as it is essentially impossib...
stephan
2022-10-28
*
Add ext/wasm/module-symbols.html. Adjacent minor JS touchups.
stephan
2022-10-28
*
Minor doc typo fixes.
stephan
2022-10-27
*
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
[prev]
[next]