aboutsummaryrefslogtreecommitdiff
path: root/ext/fiddle/sqlite3-api.js
Commit message (Expand)AuthorAge
* wasm refactoring part 2 of (apparently) 2: moved ext/fiddle/... into ext/wasm...stephan2022-08-10
* wasm: corrected the isInt32() check to account for negative values.stephan2022-06-25
* wasm: added bindings for sqlite3_extended_result_codes(), sqlite3_open_v2(), ...stephan2022-06-25
* wasm: lots of doc additions and refactoring. Refactored the WASM memory heap ...stephan2022-06-25
* wasm: added utility C code to generate a JSON-format "enum" of the numerous S...stephan2022-06-25
* wasm: eliminated the need for Stmt objects to keep ahold of memory allocated ...stephan2022-06-25
* wasm: eliminated the dependency on the deprecated emcc-provided allocate() fu...stephan2022-06-25
* wasm: corrected the propagation of text/blob values via UDFs. DB.exec()'s sql...stephan2022-06-25
* Minor wasm doc tweaks.stephan2022-06-25
* wasm binding: consolidated the two sqlite3_prepare_v2() bindings behind a sin...stephan2022-06-25
* shell: in WASM mode, permit ATTACH because the filesystem is a virtual sandbo...stephan2022-06-06
* fiddle: added another UI element to the list of those which are disabled duri...stephan2022-06-01
* The Worker-specific variants of the most significant DB-class JS bindings are...stephan2022-06-01
* Initial proof of concept code for a JavaScript binding which runs in the main...stephan2022-06-01
* Initial bits for a JS API variant in which the client operates in the main th...stephan2022-06-01
* Got the sqlite3-api JS bits wrapped up in deferred-load module. Whether that'...stephan2022-05-25
* fiddle: added support for exporting (downloading) the current db file. To do ...stephan2022-05-24
* fiddle: initial work on loading a client-side db file. Works but requires som...stephan2022-05-24
* fiddle: lots of generic refactoring, restructuring, and cleanup in the higher...stephan2022-05-24
* wasm/JS: minor doc updates, corrected bind()ing of the undefined value to beh...stephan2022-05-24
* wasm/JS: documented DB.selectValue() and corrected the fetching of NULL colum...stephan2022-05-24
* wasm/JS: added support for scalar UDFs. Fixed a deallocation problem with bin...stephan2022-05-24
* wasm: added missing 'use strict' and fixed an undeclared var use caught by that.stephan2022-05-23
* wasm: corrected isSupportedBindType() to behave as documented.stephan2022-05-23
* WASM: removed the in64-related bindings, as MDN says that calling a wasm func...stephan2022-05-23
* WASM: an arg handling fix for DB.exec({multi:true...}).stephan2022-05-22
* WASM: added exec(), execMulti(), and several getters. Various touchups and fi...stephan2022-05-22
* Implemented Stmt.get() and friends for WASM OO #1 wrapper. Added basic tests ...stephan2022-05-22
* WASM: added bindings for sqlite3_compileoption_get/used(), moved OO #1 into s...stephan2022-05-22
* WASM OO wrapper #1: prepare() and bind() APIs are in place but are untested, ...stephan2022-05-22
* Build refactoring for the fiddle/wasm bits. Set up wasm binding of a chunk of...stephan2022-05-22