| 2026-03-22 |
drh | Proposed new API routine: sqlite3_atof(). atof |
commit | commitdiff | tree | snapshot |
| 2026-03-22 |
drh | Performance enhancements and improved documentation... |
commit | commitdiff | tree | snapshot |
| 2026-03-22 |
drh | Additional performance improvements in sqlite3AtoF... optimize-atof |
commit | commitdiff | tree | snapshot |
| 2026-03-22 |
drh | Further simplification and performance improvement |
commit | commitdiff | tree | snapshot |
| 2026-03-22 |
drh | Performance improvements in the floating-point number... |
commit | commitdiff | tree | snapshot |
| 2026-03-21 |
drh | Because version 3.52.0 was withdrawn, that means QRF... |
commit | commitdiff | tree | snapshot |
| 2026-03-21 |
drh | Try to fix harmless compiler warnings from legacy C... |
commit | commitdiff | tree | snapshot |
| 2026-03-21 |
drh | Add support for REINDEX EXPRESSIONS |
commit | commitdiff | tree | snapshot |
| 2026-03-21 |
drh | Undo "indices"→"indexes" changes in comments,... reindex-expressions |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
drh | Fix harmless compiler warnings in the csv.c. |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
drh | If the argument to REINDEX is EXPRESSIONS (with no... |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
drh | If there are not collating sequences, tables, or indexe... |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
dan | Ensure that collation sequences on non-PK columns of... |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
drh | Ensure that sqlite3RCStr values returned by json_group_... |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
dan | Update fts5 scan costs to take into account that a... |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
drh | Restructure some internal subroutine signatures for... |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
drh | Use compiler intrinsics to improve the performance of |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
dan | Do not assume that a recursive CTE emits rows in ORDER... |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
dan | Reverse the if() condition added by this branch. forum-deb1eadf4d |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Continue enforcing the legacy declaration-before-statem... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Add logic to silently and transparently deal with stale... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Minor optimization to error message generation in integ... idxdelete-tolerance |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Comment improvements. Ensure that tests in shellB... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Improve the integrity-check error message when floating... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
dan | Do not assume that a recursive CTE emits rows in ORDER... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Take care not to overread the record header when decodi... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
dan | Pad the allocation in vdbeIsMatchingKey() a little... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Adjust the fix at [f7389cdb129d3386] so that integrity_... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Simplification to the logic that decides whether or... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Fix harmless signed/unsigned compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
dan | Fix some cases where integrity-check would fail to... |
commit | commitdiff | tree | snapshot |
| 2026-03-18 |
drh | Fix harmless "unused variable" compiler warning. |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
dan | Modify integrity-check so that it is only tolerant... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Improved error handling in OP_IFindKey and in vdbeIsMat... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
dan | When integrity-check finds a missing index entry, searc... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Do not run index healing on an invalid cursor. |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Merge recent trunk enhancements into the idxdelete... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Fix an assertion fault that could occur in RTree when... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
dan | Fix display of P4_INDEX values in EXPLAIN output. |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
dan | Fix compiler warning an inefficiency introduced by... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Typo fix in sqlite3Multiply128(): The datatype should... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
dan | Change the sqlite3VdbeFindDeleteKey() routine so that... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Merge trunk enhancements into the idxdelete-tolerance... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Enhance text→float conversions for exact rounding... |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Include the float-point table generator utility in... fp-accuracy |
commit | commitdiff | tree | snapshot |
| 2026-03-17 |
drh | Reorder bounds checking in sqlite3Fp10Convert2() |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
dan | Remove a couple of unused variables. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
dan | Further tests for the code on this branch. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
dan | If OP_IdxDelete cannot find an index entry to delete... |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
dan | Fix a problem with the find-delete-key method on this... |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
drh | Rework the ".indexes" command of the CLI. (1) The... |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
dan | Make OP_IdxDelete tolerant of small variations in index... |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
dan | Properly fix temp triggers created as part of FK proces... |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
drh | Improve accuracy of text→floating-point conversion... |
commit | commitdiff | tree | snapshot |
| 2026-03-14 |
stephan | Add a missing return for the invalid arguments error... |
commit | commitdiff | tree | snapshot |
| 2026-03-13 |
drh | Changes some legacy testing targets in the makefiles... |
commit | commitdiff | tree | snapshot |
| 2026-03-12 |
stephan | Update the canonical JimTcl home page link (it was... |
commit | commitdiff | tree | snapshot |
| 2026-03-11 |
stephan | Replace several comment-based switch-fall-through notic... |
commit | commitdiff | tree | snapshot |
| 2026-03-11 |
drh | Improved defenses against mischief. |
commit | commitdiff | tree | snapshot |
| 2026-03-10 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2026-03-10 |
drh | Fix the behavior dot-commands that appear as command... |
commit | commitdiff | tree | snapshot |
| 2026-03-10 |
drh | Revamp the QRF insert-mode optimization of [659ff6ab558... |
commit | commitdiff | tree | snapshot |
| 2026-03-10 |
drh | Bug fix to the ".dump" command in the CLI: Temporarily... |
commit | commitdiff | tree | snapshot |
| 2026-03-10 |
drh | Enhance QRF with the mxTuple field, which if greater... |
commit | commitdiff | tree | snapshot |
| 2026-03-09 |
drh | Remove an obsolete pragraph from the header comment... |
commit | commitdiff | tree | snapshot |
| 2026-03-09 |
drh | In QRF, fix line-wrap indentation for "line" mode when... |
commit | commitdiff | tree | snapshot |
| 2026-03-09 |
dan | Fix a problem with RIGHT JOIN and expressions on indexe... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
drh | Fix the completion.c TVF so that the xNext method repor... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
drh | In the decimal.c extension, set a default MAX_DIGITS... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Consolidate the opfs and opfs-wl tester1 tests using... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Upgrade ext/wasm/c-pp-lite.c to its newer sibling becau... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | JS doc updates. |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
drh | Increase the version number on trunk to 3.53.0 |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Merge opfs-wl into trunk, not so much for the "opfs... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Update the tester1 SEE tests to account for opfs-wl. opfs-wl |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Refactor tester1 OPFS test to support both the "opfs... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Add parens around an expression in the CLI shell to... |
commit | commitdiff | tree | snapshot |
| 2026-03-08 |
stephan | Expose sqlite3_bind_zeroblob() to JS/WASM. |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Use the UINT64_C() macro rather than the LLU suffix... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Give the fuzzcheck test program access to all the same... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Fix harmless compiler warnings on Windows. |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | Minor typo fixes from [forum:8fc8bc34291d6f45|forum... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | An attempt to get the CLI build to work with mingw32. |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Fix another memory leak following OOM in the decimal... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | Extend the JS pre-bootstrapping configuration to includ... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | Fix the mangling of the opfs async proxy script's URI... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | Cleanups and docs in the opfs vfs and its concurrency... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | Elide more of the 64-bit was stuff from the default... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Enhancements and fixes to some of the extensions used... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | The optional SQLITE_DECIMAL_MAX_DIGIT compile-time... extfunc-fuzz |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | Cleanups and docs in the new opfs code structure. |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
stephan | For backwards compatibility, ensure that the "opfs... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Reenable the is_base85() extension function that was... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Fix another NULL ptr deref following OOM in the sha1... |
commit | commitdiff | tree | snapshot |
| 2026-03-07 |
drh | Fix a NULL pointer dereference following OOM in the... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a NULL pointer dereference following OOM in the... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a memory leak following OOM in the completion exten... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
stephan | Add some jitter and duration info to the opfs concurren... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
drh | Fix a memory leak in the decimal extension that follows... |
commit | commitdiff | tree | snapshot |
| next |