2023-01-11 |
dan | Fix another 64-bit offset problem in lsm. lsm-compress-fixes |
commit | commitdiff | tree |
2023-01-09 |
dan | Fix some problems with large, compressed, lsm databases. |
commit | commitdiff | tree |
2023-01-09 |
larrybr | Clarify help for .quit. |
commit | commitdiff | tree |
2023-01-09 |
drh | Fix JSON functions so that they work correctly under... |
commit | commitdiff | tree |
2023-01-07 |
larrybr | Doc-only update, sqlite3_preupdate_hook() return |
commit | commitdiff | tree |
2023-01-07 |
dan | Account for read-only connections on databases with... |
commit | commitdiff | tree |
2023-01-05 |
drh | Changes a testcase() into an assert() due to the |
commit | commitdiff | tree |
2023-01-05 |
dan | Fix a problem with applying integer affinity to a MEM_I... |
commit | commitdiff | tree |
2023-01-05 |
drh | In the zipvfile extension (which is not part of the... |
commit | commitdiff | tree |
2023-01-04 |
drh | Adjustements to the tool/warnings.sh script to account... |
commit | commitdiff | tree |
2023-01-04 |
dan | Ensure that LIMIT clauses may be passed through to... |
commit | commitdiff | tree |
2023-01-04 |
larrybr | Employ deliberate_fall_through macro to quiet some... |
commit | commitdiff | tree |
2023-01-04 |
drh | Enhance PRAGMA integrity_check so that it verifies... |
commit | commitdiff | tree |
2023-01-04 |
drh | Remove the unused "sqlite3StackAllocZero()" macro. |
commit | commitdiff | tree |
2023-01-04 |
stephan | Elaborate on the open-in-read-only fallback behavior... |
commit | commitdiff | tree |
2023-01-04 |
stephan | Remove the JS-side SQLITE_WASM_DEALLOC sanity check... |
commit | commitdiff | tree |
2023-01-03 |
drh | Small performance increase in the symbol hash table. |
commit | commitdiff | tree |
2023-01-03 |
drh | Avoid an unnecessary call to strlen() in the sqlite3Vdb... |
commit | commitdiff | tree |
2023-01-03 |
drh | Small performance improvement in the btreeOverwriteCell... |
commit | commitdiff | tree |
2023-01-02 |
stephan | Add some docs explaining a particular piece of [ae0196d... |
commit | commitdiff | tree |
2023-01-02 |
stephan | Another reformulation of SQLITE_WASM_DEALLOC to attempt... |
commit | commitdiff | tree |
2023-01-01 |
stephan | An alternative solution to mapping SQLITE_WASM_DEALLOC... |
commit | commitdiff | tree |
2022-12-31 |
peter.d.reid | Remove redundant assignment in kvvfs's decoding. |
commit | commitdiff | tree |
2022-12-31 |
peter.d.reid | Avoid an infinite loop when an unexpected character... |
commit | commitdiff | tree |
2022-12-29 |
drh | A call to sqlite3_declare_vtab() should not cause DML... |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add sqlite3changeset_new/old_js(), which work like... |
commit | commitdiff | tree |
2022-12-27 |
stephan | Expose sqlite3_preupdate_hook() and friends to the... |
commit | commitdiff | tree |
2022-12-27 |
drh | Fix a missing 0 at the end of an integer literal in... |
commit | commitdiff | tree |
2022-12-27 |
dan | Fix a broken assert() in fts5. |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add links to module-symbols.html for newly-added APIs. |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add two more tests to [f99f8e3ecfe20]. |
commit | commitdiff | tree |
2022-12-27 |
stephan | Expose sqlite3_commit/rollback/update_hook() to JS... |
commit | commitdiff | tree |
2022-12-27 |
stephan | Add an optional argument to oo1.DB.transaction() to... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Expose the auto-extension API to JS and reorganize... |
commit | commitdiff | tree |
2022-12-26 |
drh | Fix an infinite loop in the MEMSYS5 auxiliary memory... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Document sqlite3.capi.sqlite3_prepare_v3() as accepting... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Correct some internal-use JS docs and update the 'strin... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Only add an on-db-close cleanup entry for collations... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Extend [0e69b2c379e618] to support uninstalling stale... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Add JS infrastructure which enables sqlite3.capi.sqlite... |
commit | commitdiff | tree |
2022-12-26 |
stephan | Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3... |
commit | commitdiff | tree |
2022-12-26 |
larrybr | Grammar fixup in comment re SQLITE_TRACE_PROFILE trace... |
commit | commitdiff | tree |
2022-12-25 |
stephan | module-symbols.html: add some missing links to C-side... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Update JS worker #1 API and related tests for recent... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Rename the new wasm.irSizeof() to sizeofIR() because... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Minor internal API doc correction and extend a test... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add sqlite3.oo1.DB.selectValues(). Correct a logic... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Merge wasm-session-api branch into trunk, adding the... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add basic session API JS tests. wasm-session-api |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add sqlite3.wasm.irSizeof() and extend certain allocati... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add tests confirming that JS sqlite3_exec()'s SQL argum... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Replace the "manual" implementation of sqlite3.capi... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Remove duplicated JS binding of sqlite3changeset_apply_... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add the address of the associated db handle to the... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Update the session-related JS bindings to account for... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Merge trunk into wasm-session-api branch. |
commit | commitdiff | tree |
2022-12-25 |
stephan | Add missing sqlite3_context_db_handle() JS binding... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Enhance sqlite3.wasm.xWrap.FuncPtrAdapter to be able... |
commit | commitdiff | tree |
2022-12-25 |
stephan | Simplify the signature for JS functions, as opposed... |
commit | commitdiff | tree |
2022-12-24 |
stephan | Replace JS-side use of SQLITE_TRANSIENT with the new... |
commit | commitdiff | tree |
2022-12-24 |
stephan | Extend oo1.Stmt.bind() to accept ArrayBuffer instances... |
commit | commitdiff | tree |
2022-12-24 |
stephan | Add a test for the (failure) case of client-level code... |
commit | commitdiff | tree |
2022-12-24 |
stephan | oo1.DB.exec() rowMode="$columnName": a minor optimizati... |
commit | commitdiff | tree |
2022-12-24 |
stephan | If sqlite3.oo1.DB.exec()'s callback returns a literal... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Reimplement JS's sqlite3_bind_text/blob() with hand... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Merge trunk into wasm-session-api branch. |
commit | commitdiff | tree |
2022-12-23 |
stephan | Internal JS cleanups. Correct part of [ac136925a645... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Merge trunk into wasm-session-api branch. |
commit | commitdiff | tree |
2022-12-23 |
stephan | Consolidate/unify how the JS bindings of the create_fun... |
commit | commitdiff | tree |
2022-12-23 |
larrybr | Add base64() and base85() to shell sources for the... |
commit | commitdiff | tree |
2022-12-23 |
larrybr | Add base64() and base85() text/blob conversions to... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Explicitly omit threading and extension loading from... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Add SQLITE_ENABLE_MATH_FUNCTIONS to the list of feature... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Cherry-pick [c4dab53b8ea3401abd] for sqlite3.wasm.xWrap... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Internal cleanups and minor speed optimizations in... |
commit | commitdiff | tree |
2022-12-23 |
drh | Fix lots of harmless, nuisance compiler warnings, mostl... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Add sqlite3.capi JS bindings for the sqlite3session_... |
commit | commitdiff | tree |
2022-12-23 |
drh | Additional fixes for yet more completely harmless compi... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Initial pieces for binding the session API to JS. Far... |
commit | commitdiff | tree |
2022-12-23 |
stephan | Squelch a new (and, in this case, harmless) compiler... |
commit | commitdiff | tree |
2022-12-22 |
drh | Asserts added to ensure that the iCompare variable... |
commit | commitdiff | tree |
2022-12-22 |
drh | Avoid having to reinitialize Vdbe.pResultRow upon each... |
commit | commitdiff | tree |
2022-12-22 |
drh | Rename the Vdbe.pResultSet field to pResultRow in order... |
commit | commitdiff | tree |
2022-12-22 |
drh | Small performance optimization associated with shared... |
commit | commitdiff | tree |
2022-12-22 |
drh | Small performance optimization on the OP_Insert opcode. |
commit | commitdiff | tree |
2022-12-22 |
stephan | sessionfuzz.c: use lt/gt brackets instead of double... |
commit | commitdiff | tree |
2022-12-21 |
drh | More efficient implementation of large precisions on... |
commit | commitdiff | tree |
2022-12-21 |
drh | Ensure that the expression of a virtual column really... |
commit | commitdiff | tree |
2022-12-21 |
drh | New WHERETRACE entries for adding and removing objects... |
commit | commitdiff | tree |
2022-12-20 |
drh | Add about 150 new fuzzer cases to test/fuzzdata8.db. |
commit | commitdiff | tree |
2022-12-20 |
drh | Add ALWAYS() to always-true branches in the locking... |
commit | commitdiff | tree |
2022-12-20 |
drh | Improvement to the dbsqlfuzz fix of [f113eebdbe68246f]. |
commit | commitdiff | tree |
2022-12-20 |
drh | Do not use indexed expressions to replace the expressio... |
commit | commitdiff | tree |
2022-12-19 |
dan | Fix a faulty assert() in fts5. |
commit | commitdiff | tree |
2022-12-19 |
drh | Remove an unused variable. |
commit | commitdiff | tree |
2022-12-19 |
stephan | Minor sed script tweak in the wasm GNUmakefile for... |
commit | commitdiff | tree |
2022-12-19 |
stephan | Update test-opfs-vfs.js to account for recent API chang... |
commit | commitdiff | tree |
2022-12-19 |
dan | Fix an assert() in fts5. Simplify memdb xLock/xUnlock... |
commit | commitdiff | tree |
2022-12-19 |
drh | Fix a minor problem with the printAggInfo() routine... |
commit | commitdiff | tree |
2022-12-18 |
stephan | JS namespace updates in ext/wasm/api/README.md. |
commit | commitdiff | tree |
next |