| Commit message (Expand) | Author | Age |
* | Use SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_INIT for the SQLITE_WAS... | stephan | 2025-03-01 |
* | Approximately 100 typo corrections spanning the whole tree, submitted via [fo... | stephan | 2025-02-27 |
* | Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:... | stephan | 2025-02-25 |
* | Expose the new SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE/WRITE and SQLITE_DBCONFIG... | stephan | 2025-01-31 |
* | Remove a few more traces of long double from the code. | drh | 2024-10-02 |
* | Another comment about the LONGDOUBLE wasm topic. No code changes. | stephan | 2024-10-01 |
* | Use the new SQLITE_USE_LONG_DOUBLE to disable long-double support in WASM bui... | stephan | 2024-10-01 |
* | Add an #if'd-out block to sqlite3-wasm.c mentioning the LONGDOUBLE_TYPE, as b... | stephan | 2024-10-01 |
* | Strip progress handlers and window functions from the wasm bare-bones (former... | stephan | 2024-07-25 |
* | More work on the minimal-mode wasm build (now 603kb uncompressed). Remove the... | stephan | 2024-07-25 |
* | wasm minimal build: strip authorizers and JSON support (saves approx 35kb). S... | stephan | 2024-07-24 |
* | Restructuring of the wasm build to support an experimental 'minimal' build mo... | stephan | 2024-07-24 |
* | Remove some dead WASM-side code. | stephan | 2024-04-23 |
* | Extend the JS/WASM SEE build support by (A) filtering SEE-related bits out of... | stephan | 2024-04-22 |
* | Add comments (only, no code) to the JS sqlite3_config() bindings reminding us... | stephan | 2024-03-21 |
* | Make explicit which JS APIs are for internal use only by moving the JS-bound ... | stephan | 2024-01-08 |
* | Update and clean up the in-makefile docs for ext/wasm. | stephan | 2024-01-02 |
* | Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion. | stephan | 2024-01-01 |
* | Use SQLITE_ENABLE_STAT4 in both the WASM and JNI builds. | stephan | 2023-12-31 |
* | Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless the... | stephan | 2023-12-14 |
* | Expose the missing SQLITE_SUBTYPE to wasm. | stephan | 2023-11-10 |
* | Expose SQLITE_RESULT_SUBTYPE to wasm. | stephan | 2023-11-09 |
* | Remove the SQLITE_MAX_ALLOCATION_SIZE flag (set to 536mb) from the WASM and J... | stephan | 2023-10-28 |
* | Unconditionally force use of SQLITE_ENABLE_API_ARMOR in the WASM and JNI buil... | stephan | 2023-10-11 |
* | JS SQLTestRunner can now run the Java impl's core-most sanity tests, missing ... | stephan | 2023-08-29 |
* | Ensure that db mutex is held when using sqlite3ErrorWithMessage() to avoid a ... | stephan | 2023-08-24 |
* | Add sqlite3.capi.sqlite3_js_posix_create_file() and oo1.OpfsDb.importDb() as ... | stephan | 2023-08-11 |
* | Deprecate sqlite3_js_vfs_create_file() because, it was discovered today, its ... | stephan | 2023-08-11 |
* | Change wasm build's -DSQLITE_TEMP_STORE=3 to -DSQLITE_TEMP_STORE=2, primarily... | stephan | 2023-07-17 |
* | Expose the SQLITE_DBCONFIG_STMT_SCANSTATUS and SQLITE_DBCONFIG_REVERSE_SCANOR... | stephan | 2023-05-01 |
* | Expose the new SQLITE_VTAB_USES_ALL_SCHEMAS to JS. | stephan | 2023-04-04 |
* | Export SQLITE_FCNTL_RESET_CACHE to JS. | stephan | 2023-03-10 |
* | Export the new SQLITE_CHANGESETAPPLY_IGNORENOOP flag to JS. | stephan | 2023-03-08 |
* | Extend wasm build to support a custom sqlite3.c to support building against s... | stephan | 2023-03-08 |
* | Extend wasm build to enable inclusion of client-custom C code, initialized vi... | stephan | 2023-02-27 |
* | Remove the JS-side SQLITE_WASM_DEALLOC sanity check which triggers the proble... | stephan | 2023-01-04 |
* | Add some docs explaining a particular piece of [ae0196d86ee8]. No code changes. | stephan | 2023-01-02 |
* | Another reformulation of SQLITE_WASM_DEALLOC to attempt to work around a Safa... | stephan | 2023-01-02 |
* | An alternative solution to mapping SQLITE_WASM_DEALLOC to the proper function... | stephan | 2023-01-01 |
* | Merge trunk into wasm-session-api branch. | stephan | 2022-12-25 |
|\ |
|
| * | Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_a... | stephan | 2022-12-25 |
| * | Replace JS-side use of SQLITE_TRANSIENT with the new SQLITE_WASM_DEALLOC, red... | stephan | 2022-12-24 |
* | | Merge trunk into wasm-session-api branch. | stephan | 2022-12-23 |
|\| |
|
| * | Add SQLITE_ENABLE_MATH_FUNCTIONS to the list of feature flags in sqlite3-wasm.c. | stephan | 2022-12-23 |
* | | Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_.... | stephan | 2022-12-23 |
* | | Initial pieces for binding the session API to JS. Far from complete. See [for... | stephan | 2022-12-23 |
|/ |
|
* | Expose a JS-friendly subset of sqlite3_config() to JS, with the notable cavea... | stephan | 2022-12-16 |
* | Add sqlite3_set_authorizer() support and related tests to JS. | stephan | 2022-12-16 |
* | Added a couple missing 'not part of the public API' tags on functions in sqli... | stephan | 2022-12-15 |
* | Expose sqlite3_txn_state() to wasm. | stephan | 2022-12-12 |