aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-oo1.c-pp.js
Commit message (Expand)AuthorAge
* Clearer docs for the unowned db/stmt handle mechanism.stephan2 days
* Correct a one-too-many-exclamation-points bug which caused the opposite of in...stephan2 days
* Minor JS doc tweaks.stephan4 days
* wasm: DB.wrapHandle() no longer accepts a DB object as its first argument, as...stephan4 days
* Remove some dead JS code and some extraneous debug output from test code.stephan7 days
* JS doc additions.stephan7 days
* Experimentally add sqlite3.oo1.DB/Stmt.wrapHandle(), which allow DB/Stmt inst...stephan7 days
* Give oo1.Stmt.get() similar treatment to [8c187140a60b]. This is an internal ...stephan2025-06-21
* Rework how JS's oo1.DB.exec() flags its Stmt objects to make certain Stmt API...stephan2025-06-21
* Move a block of JS code which was inadvertently (and harmlessly) moved in the...stephan2024-07-22
* OPFS VFSes: remove the on-open() pragma calls, as those (A) already reflected...stephan2024-07-22
* JS doc touchups. No code changes.stephan2024-07-13
* Add JS bindings for sqlite3_stmt_busy() and sqlite3_stmt_explain().stephan2024-07-13
* Add missing sqlite3_bind_parameter_name() binding to JS.stephan2024-07-13
* Rename some JS files for consistency. This affects only the build process, no...stephan2024-07-10