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.c-pp.js
Commit message (
Expand
)
Author
Age
*
Clearer docs for the unowned db/stmt handle mechanism.
stephan
2 days
*
Correct a one-too-many-exclamation-points bug which caused the opposite of in...
stephan
2 days
*
Minor JS doc tweaks.
stephan
4 days
*
wasm: DB.wrapHandle() no longer accepts a DB object as its first argument, as...
stephan
4 days
*
Remove some dead JS code and some extraneous debug output from test code.
stephan
7 days
*
JS doc additions.
stephan
7 days
*
Experimentally add sqlite3.oo1.DB/Stmt.wrapHandle(), which allow DB/Stmt inst...
stephan
7 days
*
Give oo1.Stmt.get() similar treatment to [8c187140a60b]. This is an internal ...
stephan
2025-06-21
*
Rework how JS's oo1.DB.exec() flags its Stmt objects to make certain Stmt API...
stephan
2025-06-21
*
Move a block of JS code which was inadvertently (and harmlessly) moved in the...
stephan
2024-07-22
*
OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected...
stephan
2024-07-22
*
JS doc touchups. No code changes.
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
*
Rename some JS files for consistency. This affects only the build process, no...
stephan
2024-07-10