index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
wasm
/
api
/
sqlite3-api-oo1.js
Commit message (
Expand
)
Author
Age
...
*
Move the sqlite3.capi.wasm namespace to sqlite3.wasm. This causes a tiny bit ...
stephan
2022-10-29
*
Minor sqlite3.oo1 API reorg prompted by documenting.
stephan
2022-10-28
*
Replace the newly-removed oo1.DB.getFilename() with DB.dbFilename() with the ...
stephan
2022-10-26
*
Remove oo1.DB.hasFilename() and getFilename(), as they are unnecessary.
stephan
2022-10-26
*
Add kvvfs tests to tester1.js. Fix a scopedAlloc() misuse in oo1.DB ctor caus...
stephan
2022-10-21
*
Add timing info and OPFS sanity tests to tester1.js
stephan
2022-10-21
*
Expose sqlite3_vfs_unregister() to WASM and unregister kvvfs in Worker thread...
stephan
2022-10-21
*
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
*
Minor tweak to get bring an edge case of oo1.DB.createFunction() into aggreem...
stephan
2022-10-16
*
Add aggregate function support to sqlite3.oo1.DB.createFunction(). Change sig...
stephan
2022-10-16
*
Move the rest of testing1.js into tester1.js and eliminate the dependency on ...
stephan
2022-10-13
*
Resolve/remove a TODO.
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
*
More cleanups in the UDF argument and result handling, in particular int64. C...
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
*
Add oo1.JsStorageDb.clearStorage/storageSize() methods, copies of capi.sqlite...
stephan
2022-09-30
*
Add oo1.JsStorageDb() as a convenience wrapper for oo1.DB(...,'kvvfs'). Minor...
stephan
2022-09-30
*
wasm/js: rename /persistent to /opfs to account for potential future persiste...
stephan
2022-09-27
*
Fiddle: replace db export routine with a C-side one which works for both Emsc...
stephan
2022-09-26
*
Merge kv-vfs-magic-names branch into fiddle-opfs branch and make some kvvfs-r...
stephan
2022-09-20
|
\
*
|
Numerous cleanups in the JS bits. Removed some now-defunct wasm test files. E...
stephan
2022-09-18
*
|
More work on the synchronous OPFS experimentation. Numerous wasm/js build twe...
stephan
2022-09-15
*
|
Clean up some JS documentation.
stephan
2022-09-15
*
|
Add/apply various kvvfs-specific utility APIs to the JS layer to assist in te...
stephan
2022-09-13
*
|
Add sqlite3.oo1.DB.clearKvvfsStorage(). Add controls to kvvfs1.js demo to res...
stephan
2022-09-12
*
|
Merge kv-vfs branch into fiddle-opfs branch to add kvvfs-based wasm build and...
stephan
2022-09-12
|
\
|
*
|
Minor internal doc clarifications.
stephan
2022-09-06
*
|
Minor cleanups in OO API #1. Add Sudoku SQL to batch-runner.js's list.
stephan
2022-09-05
*
|
Lots of tweaking in batch-runner.js. Minor internal API update in OO #1 API.
stephan
2022-08-29
*
|
Add get/setPtrValue() to the common wasm utils.
stephan
2022-08-29
*
|
oo #1 api: correct a case where a null callback is called. Rename some vars f...
stephan
2022-08-29
*
|
Consolidate oo1.DB.exec() and oo1.DB.execMulti() into oo1.DB.exec(). This is ...
stephan
2022-08-25
*
|
Refactor and expand the worker1 docs, consolidating them into the top of thei...
stephan
2022-08-25
*
|
Change DB.exec() rowMode default from 'stmt' to 'array', per /chat discussion...
stephan
2022-08-24
*
|
Expand the worker1 'exec' op handling for per-row callbacks for API-level con...
stephan
2022-08-24
*
|
Refactor JS API amalgamation such that the bootstrapping/configuration is def...
stephan
2022-08-22
*
|
javascript: rename and simplify DB.callInTransaction() as DB.transaction(). A...
stephan
2022-08-18
*
|
Minor cleanups, reorgs, and doc updates for the JS APIs. Renamed sqlite3(-api...
stephan
2022-08-17
*
|
wasm: add a small demo/presentation app for JS OO API #1 and make a few minor...
stephan
2022-08-16
*
|
wasm OO API #1: added DB.callInTransaction() and Stmt.stepFinalize().
stephan
2022-08-13
|
/
*
wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...
stephan
2022-08-10
[prev]