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
...
*
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
*
Make semantics for UDF xFinal() result handling and error reporting handling ...
stephan
2022-10-20
*
Add more JS tests. Flesh out the aggregate UDF tests to use sqlite3_aggregate...
stephan
2022-10-20
*
Rename sqlite3_web_... to sqlite3_js_... Document the worker1.close.unlink op...
stephan
2022-10-20
*
Rework sqlite3_wasm_vfs_unlink(), add sqlite3_wasm_db_vfs(), update some docs.
stephan
2022-10-20
*
Minor internal JS cleanups.
stephan
2022-10-20
*
Apply considerable acrobatics to get the JS/WASM deliverables building to and...
stephan
2022-10-19
*
Considerable wasm/js build cleanups and reworking. Remove wasmfs builds from ...
stephan
2022-10-19
*
JS: add build-time-generated version info to the sqlite3.version object. Remo...
stephan
2022-10-16
*
Move the rest of testing1.js into tester1.js and eliminate the dependency on ...
stephan
2022-10-13
*
Port the first 180-odd unit tests from testing1.* into the new tester1.*. Fix...
stephan
2022-10-13
*
Minor cleaups in the post-init async phase of sqlite3 module initialization.
stephan
2022-10-09
*
Refactor kvvfs JS bits to make use of [ea370b9b05f7ed7eaa]. At main-thread st...
stephan
2022-10-09
*
Replace time-based auto-unlock of opfs sync handles with lock acquisition/rel...
stephan
2022-10-04
*
Minor pstack doc update.
stephan
2022-10-04
*
Minor cleanups and additions in sqlite3.capi.wasm.pstack.
stephan
2022-10-04
*
Minor JS doc updates and typo fixes.
stephan
2022-10-03
*
Export sqlite3_trace_v2() to wasm and use it to ensure that the new per-VFS p...
stephan
2022-10-03
*
Minor JS API tweaks prompted by documenting them.
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
*
js: implement a hand-written wrapper for sqlite3_create_function_v2() which c...
stephan
2022-10-02
*
More fleshing out of sqlite3.capi.wasm.pstack.
stephan
2022-10-02
*
General internal cleanups in the oo1 API.
stephan
2022-10-02
[prev]
[next]