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