| Commit message (Expand) | Author | Age |
* | 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 |
* | Expose a number of infrequently-used sqlite3_...() functions to wasm whose ab... | stephan | 2022-12-12 |
* | Remove some unused sqlite3_status() codes from the JS API. Add custom JS wrap... | stephan | 2022-12-09 |
* | Export sqlite3_status() and sqlite3_stmt_status() to wasm. Expand the arg/ret... | stephan | 2022-12-09 |
* | Expose sqlite3_db_status() and sqlite3_db_config() to wasm, noting that the l... | stephan | 2022-12-09 |
* | More work on the JS vtable tests. | stephan | 2022-12-08 |
* | More work on the JS side of the virtual table APIs. | stephan | 2022-12-05 |
* | Initial infrastructure for adding virtual table/table-valued function support... | stephan | 2022-12-05 |
* | Rename wasm.xWrap.resultAdapter() X:free entries to X:dealloc for consistency... | stephan | 2022-12-03 |
* | JavaScript: add sqlite3.wasm.realloc(), sqlite3.capi.SQLITE_MAX_ALLOCATION_SI... | stephan | 2022-12-03 |
* | Correct the problem which triggered the rollback in [7eec635562f6]: an incorr... | stephan | 2022-12-02 |
* | Roll back the SQLITE_DEFAULT_PAGE_SIZE part of [c260895faacb34] because kvvfs... | stephan | 2022-12-02 |
* | sqlite3-wasm.c: code legibility and coding style tweaks. Increase SQLITE_DEFA... | stephan | 2022-12-02 |
* | Expand JS tests for db export/import and document reason it cannot currently ... | stephan | 2022-12-02 |
* | Add optional zSchema argument to sqlite3_js_db_export(). | stephan | 2022-11-23 |
* | Remove some outdated code comments. No code changes. | stephan | 2022-11-13 |