| 2023-01-12 |  dan | When deleting any old OAL file before starting an RBU... | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  drh | Fix duplicate semicolon in btreeInt.h. | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  drh | Fix a false-positive in the out-of-range jump detection... | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  drh | If OP_Rewind has P2 of zero, that is an assertion that...   code-generator-20230111 | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  drh | Add an assert() to the byte-code engine that goes off... | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  dan | Fix problems with compressed LSM databases larger than... | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  drh | Improved progress-handler and interrupt detection durin... | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  dan | Fix another 64-bit offset problem in lsm.  lsm-compress-fixes | commit | commitdiff | tree | snapshot | 
| 2023-01-11 |  drh | Add a new sqlite3_is_interrupted() interface that can... | commit | commitdiff | tree | snapshot | 
| 2023-01-10 |  drh | When computing the datatypes for columns in a view... | commit | commitdiff | tree | snapshot | 
| 2023-01-10 |  dan | Fix handling of unix paths that contain ".." components... | commit | commitdiff | tree | snapshot | 
| 2023-01-10 |  drh | Improvements to the SQLITE_DIRECTONLY documentation. | commit | commitdiff | tree | snapshot | 
| 2023-01-10 |  dan | Fix handling of unix paths that contain ".." components...   unix-path-fix | commit | commitdiff | tree | snapshot | 
| 2023-01-09 |  dan | Fix some problems with large, compressed, lsm databases. | commit | commitdiff | tree | snapshot | 
| 2023-01-09 |  larrybr | Clarify help for .quit. | commit | commitdiff | tree | snapshot | 
| 2023-01-09 |  drh | Fix JSON functions so that they work correctly under... | commit | commitdiff | tree | snapshot | 
| 2023-01-07 |  larrybr | Doc-only update, sqlite3_preupdate_hook() return | commit | commitdiff | tree | snapshot | 
| 2023-01-07 |  dan | Account for read-only connections on databases with... | commit | commitdiff | tree | snapshot | 
| 2023-01-05 |  drh | Changes a testcase() into an assert() due to the | commit | commitdiff | tree | snapshot | 
| 2023-01-05 |  dan | Fix a problem with applying integer affinity to a MEM_I... | commit | commitdiff | tree | snapshot | 
| 2023-01-05 |  drh | In the zipvfile extension (which is not part of the... | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  drh | Adjustements to the tool/warnings.sh script to account... | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  dan | Ensure that LIMIT clauses may be passed through to... | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  larrybr | Employ deliberate_fall_through macro to quiet some... | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  drh | Enhance PRAGMA integrity_check so that it verifies... | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  drh | Remove the unused "sqlite3StackAllocZero()" macro. | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  stephan | Elaborate on the open-in-read-only fallback behavior... | commit | commitdiff | tree | snapshot | 
| 2023-01-04 |  stephan | Remove the JS-side SQLITE_WASM_DEALLOC sanity check... | commit | commitdiff | tree | snapshot | 
| 2023-01-03 |  drh | Small performance increase in the symbol hash table. | commit | commitdiff | tree | snapshot | 
| 2023-01-03 |  drh | Avoid an unnecessary call to strlen() in the sqlite3Vdb... | commit | commitdiff | tree | snapshot | 
| 2023-01-03 |  drh | Small performance improvement in the btreeOverwriteCell... | commit | commitdiff | tree | snapshot | 
| 2023-01-02 |  stephan | Add some docs explaining a particular piece of [ae0196d... | commit | commitdiff | tree | snapshot | 
| 2023-01-02 |  stephan | Another reformulation of SQLITE_WASM_DEALLOC to attempt... | commit | commitdiff | tree | snapshot | 
| 2023-01-01 |  stephan | An alternative solution to mapping SQLITE_WASM_DEALLOC... | commit | commitdiff | tree | snapshot | 
| 2022-12-31 |  peter.d.reid | Remove redundant assignment in kvvfs's decoding. | commit | commitdiff | tree | snapshot | 
| 2022-12-31 |  peter.d.reid | Avoid an infinite loop when an unexpected character... | commit | commitdiff | tree | snapshot | 
| 2022-12-29 |  drh | A call to sqlite3_declare_vtab() should not cause DML... | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  stephan | Add sqlite3changeset_new/old_js(), which work like... | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  stephan | Expose sqlite3_preupdate_hook() and friends to the... | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  drh | Fix a missing 0 at the end of an integer literal in... | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  dan | Fix a broken assert() in fts5. | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  stephan | Add links to module-symbols.html for newly-added APIs. | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  stephan | Add two more tests to [f99f8e3ecfe20]. | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  stephan | Expose sqlite3_commit/rollback/update_hook() to JS... | commit | commitdiff | tree | snapshot | 
| 2022-12-27 |  stephan | Add an optional argument to oo1.DB.transaction() to... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Expose the auto-extension API to JS and reorganize... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  drh | Fix an infinite loop in the MEMSYS5 auxiliary memory... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Document sqlite3.capi.sqlite3_prepare_v3() as accepting... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Correct some internal-use JS docs and update the 'strin... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Only add an on-db-close cleanup entry for collations... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Extend [0e69b2c379e618] to support uninstalling stale... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Add JS infrastructure which enables sqlite3.capi.sqlite... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  stephan | Reimplement sqlite3.capi.sqlite3_close_v2() and sqlite3... | commit | commitdiff | tree | snapshot | 
| 2022-12-26 |  larrybr | Grammar fixup in comment re SQLITE_TRACE_PROFILE trace... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | module-symbols.html: add some missing links to C-side... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Update JS worker #1 API and related tests for recent... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Rename the new wasm.irSizeof() to sizeofIR() because... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Minor internal API doc correction and extend a test... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Add sqlite3.oo1.DB.selectValues(). Correct a logic... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Merge wasm-session-api branch into trunk, adding the... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Add basic session API JS tests.  wasm-session-api | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Add sqlite3.wasm.irSizeof() and extend certain allocati... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Add tests confirming that JS sqlite3_exec()'s SQL argum... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Replace the "manual" implementation of sqlite3.capi... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Remove duplicated JS binding of sqlite3changeset_apply_... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Add the address of the associated db handle to the... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Update the session-related JS bindings to account for... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Merge trunk into wasm-session-api branch. | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Add missing sqlite3_context_db_handle() JS binding... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Enhance sqlite3.wasm.xWrap.FuncPtrAdapter to be able... | commit | commitdiff | tree | snapshot | 
| 2022-12-25 |  stephan | Simplify the signature for JS functions, as opposed... | commit | commitdiff | tree | snapshot | 
| 2022-12-24 |  stephan | Replace JS-side use of SQLITE_TRANSIENT with the new... | commit | commitdiff | tree | snapshot | 
| 2022-12-24 |  stephan | Extend oo1.Stmt.bind() to accept ArrayBuffer instances... | commit | commitdiff | tree | snapshot | 
| 2022-12-24 |  stephan | Add a test for the (failure) case of client-level code... | commit | commitdiff | tree | snapshot | 
| 2022-12-24 |  stephan | oo1.DB.exec() rowMode="$columnName": a minor optimizati... | commit | commitdiff | tree | snapshot | 
| 2022-12-24 |  stephan | If sqlite3.oo1.DB.exec()'s callback returns a literal... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Reimplement JS's sqlite3_bind_text/blob() with hand... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Merge trunk into wasm-session-api branch. | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Internal JS cleanups. Correct part of [ac136925a645... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Merge trunk into wasm-session-api branch. | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Consolidate/unify how the JS bindings of the create_fun... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  larrybr | Add base64() and base85() to shell sources for the... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  larrybr | Add base64() and base85() text/blob conversions to... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Explicitly omit threading and extension loading from... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Add SQLITE_ENABLE_MATH_FUNCTIONS to the list of feature... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Cherry-pick [c4dab53b8ea3401abd] for sqlite3.wasm.xWrap... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Internal cleanups and minor speed optimizations in... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  drh | Fix lots of harmless, nuisance compiler warnings, mostl... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Add sqlite3.capi JS bindings for the sqlite3session_... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  drh | Additional fixes for yet more completely harmless compi... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Initial pieces for binding the session API to JS. Far... | commit | commitdiff | tree | snapshot | 
| 2022-12-23 |  stephan | Squelch a new (and, in this case, harmless) compiler... | commit | commitdiff | tree | snapshot | 
| 2022-12-22 |  drh | Asserts added to ensure that the iCompare variable... | commit | commitdiff | tree | snapshot | 
| 2022-12-22 |  drh | Avoid having to reinitialize Vdbe.pResultRow upon each... | commit | commitdiff | tree | snapshot | 
| 2022-12-22 |  drh | Rename the Vdbe.pResultSet field to pResultRow in order... | commit | commitdiff | tree | snapshot | 
| 2022-12-22 |  drh | Small performance optimization associated with shared... | commit | commitdiff | tree | snapshot | 
| 2022-12-22 |  drh | Small performance optimization on the OP_Insert opcode. | commit | commitdiff | tree | snapshot | 
| 2022-12-22 |  stephan | sessionfuzz.c: use lt/gt brackets instead of double... | commit | commitdiff | tree | snapshot | 
| 2022-12-21 |  drh | More efficient implementation of large precisions on... | commit | commitdiff | tree | snapshot | 
| 2022-12-21 |  drh | Ensure that the expression of a virtual column really... | commit | commitdiff | tree | snapshot | 
| next |