| 2026-05-01 |
drh | This is an idea for new APIs to improve upon sqlite3_se... push-pop-authorizer |
commit | commitdiff | tree | snapshot |
| 2026-05-01 |
drh | Fix an SQLITE_MISUSE memory error in check-ini [1f94035... |
commit | commitdiff | tree | snapshot |
| 2026-05-01 |
drh | Harden the recovery extension against SQL injections... |
commit | commitdiff | tree | snapshot |
| 2026-05-01 |
drh | Check-in [1786fcd5b4ee6cd9] works great and generates... |
commit | commitdiff | tree | snapshot |
| 2026-04-30 |
drh | The value for /f and other filename substitutions in... |
commit | commitdiff | tree | snapshot |
| 2026-04-30 |
drh | Remove lots of code used to support legacy Windows... |
commit | commitdiff | tree | snapshot |
| 2026-04-30 |
drh | Fix a harmless compiler warning in src/mutex_w32.c. |
commit | commitdiff | tree | snapshot |
| 2026-04-30 |
drh | Fix the memdb1.test test module so that it runs correct... |
commit | commitdiff | tree | snapshot |
| 2026-04-30 |
drh | Change the CLI warning that appears in the header about... |
commit | commitdiff | tree | snapshot |
| 2026-04-30 |
drh | Add the /m escape to the CLI prompt string. Use it... |
commit | commitdiff | tree | snapshot |
| 2026-04-29 |
dan | Fix a crash that could occur if the destination databas... |
commit | commitdiff | tree | snapshot |
| 2026-04-29 |
drh | Reduce the number of system calls in the os_win.c thunk... omit-legacy-windows |
commit | commitdiff | tree | snapshot |
| 2026-04-29 |
drh | Further simplifications to the interface to the Windows... |
commit | commitdiff | tree | snapshot |
| 2026-04-29 |
drh | Simplify the Windows interface by removing support... |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
drh | Updates and simplifications to the mutex implementation... win-mutex-revamp |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
drh | Attempt to align instances of the sqlite3_mutex object... |
commit | commitdiff | tree | snapshot |
| 2026-04-28 |
drh | Fix comment typo |
commit | commitdiff | tree | snapshot |
| 2026-04-27 |
drh | Improved detection of when the alternative windows... |
commit | commitdiff | tree | snapshot |
| 2026-04-27 |
drh | Relax arbitrary length restrictions on some error messa... |
commit | commitdiff | tree | snapshot |
| 2026-04-27 |
stephan | Increase a stack-local buffer size to resolve a test... |
commit | commitdiff | tree | snapshot |
| 2026-04-27 |
dan | Fix a crash that could occur if sqlite3_deserialize... |
commit | commitdiff | tree | snapshot |
| 2026-04-27 |
stephan | Refactor the uint128 type check to consolidate duplicat... |
commit | commitdiff | tree | snapshot |
| 2026-04-27 |
stephan | Feature detection fix for uint128 on RISCV 32-bit,... |
commit | commitdiff | tree | snapshot |
| 2026-04-26 |
drh | Improvements to temp-file cleanup on close in the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-04-25 |
drh | In the CLI, eliminate the 2-second delay before getting... |
commit | commitdiff | tree | snapshot |
| 2026-04-25 |
drh | Simplify the modePush()/modePop() implementation in... |
commit | commitdiff | tree | snapshot |
| 2026-04-25 |
dan | Do not run expridx2.test as part of the "journaltest... |
commit | commitdiff | tree | snapshot |
| 2026-04-25 |
dan | Fix a single-byte OOB read that could occur in the... |
commit | commitdiff | tree | snapshot |
| 2026-04-25 |
drh | Minor code simplification in the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-04-25 |
drh | Fix a problem in the CLI in which the ".www" command... |
commit | commitdiff | tree | snapshot |
| 2026-04-24 |
drh | Fix test cases due to recent CLI default prompt changes... |
commit | commitdiff | tree | snapshot |
| 2026-04-24 |
drh | Improvements to the default prompt for the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
drh | Improved default prompt in the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
drh | Fix harmless compiler warnings. Enhance the CLI prompt... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
drh | Fix a bug in [dbc1d6f0a3452607] that disrupts the displ... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
drh | Improvements to the #define mechanism in the CLI that... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
dan | Have testrunner.tcl return a non-zero exit status if... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
drh | New CLI prompt escape sequences: /r, /A, /v, /V, and... |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
drh | Fix harmless compiler warning. |
commit | commitdiff | tree | snapshot |
| 2026-04-23 |
stephan | CLI shell: handle the special case of .prompt "" to... |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
dan | When updating indexes on expressions, omit the update... |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
dan | Add OOM test for the new code on this branch. index-detect-noop |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
drh | Mark branches that are believed to be unreachable. |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
dan | Instead of adding a branch to OP_IdxInsert, use an... |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
dan | Enable the optimization on this branch for indexes... |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
dan | Fix P3/P5 confusion in the comment above OP_IdxDelete. |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
dan | Detect and omit cases where an index key is being repla... |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
drh | Fix a integer type bug in the previous check-in. |
commit | commitdiff | tree | snapshot |
| 2026-04-22 |
drh | QRF and the CLI preserve zero bytes when outputing... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
drh | Fix harmless compiler warning in QRF. |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
dan | Disable optimization of nested EXIST loops. Possible... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
drh | Fix the BETWEEN operator so that it propagates the... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
dan | Correctly dequote the constraint name passed to ALTER... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
dan | Disable optimization of nested EXIST loops. Possible... disable-nested-exist-opt |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
drh | Fix an off-by-one buffer size calculation in the decima... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
drh | Do not unnecessarily delay opening the database file... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
drh | Fix another bug in [/info/e33da6d5dc964db8|EXISTS-to... |
commit | commitdiff | tree | snapshot |
| 2026-04-21 |
stephan | Reformulate how the OPFS async proxy Worker is loaded... |
commit | commitdiff | tree | snapshot |
| 2026-04-20 |
drh | Fix the fileio extension for Windows builds so that... |
commit | commitdiff | tree | snapshot |
| 2026-04-18 |
drh | Fix a harmless compiler warning in test/speedtest1.c. |
commit | commitdiff | tree | snapshot |
| 2026-04-18 |
drh | Performance improvement in the substr() and length... |
commit | commitdiff | tree | snapshot |
| 2026-04-17 |
drh | Fix a test case that started failing due to a change... |
commit | commitdiff | tree | snapshot |
| 2026-04-17 |
dan | Update interrupt2.test to avoid using Tcl_GetCommandInf... |
commit | commitdiff | tree | snapshot |
| 2026-04-17 |
drh | Help-text and comment fixes in the CLI. Add the output... |
commit | commitdiff | tree | snapshot |
| 2026-04-17 |
drh | Less error-prone parsing of ".once" options. Fix for... |
commit | commitdiff | tree | snapshot |
| 2026-04-16 |
drh | Fix testrunner.tcl so that it does not create directori... |
commit | commitdiff | tree | snapshot |
| 2026-04-16 |
drh | Improved comments explaining the logic, and improved... |
commit | commitdiff | tree | snapshot |
| 2026-04-16 |
drh | Minor updates to testrunner documentation. |
commit | commitdiff | tree | snapshot |
| 2026-04-16 |
dan | Run C-language tests in tests/c/ as part of release... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | The sqlite3_str_new() interface never returns NULL... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Bug fix in sqlite3_str_free(): Do not crash if called... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Add support for the analyze() extension function to... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Improve the analyze() extension so that it returns... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Fix harmless compiler warnings seen by MSVC in the... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Add the analyze() SQL function implemented the ext... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Add a missing open_db() call in the new ".dbstat" comma... analyze-sql-func |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Add the .dbstat command to the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
stephan | On platforms which support ./configure --with-icu-confi... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
dan | Avoid a potentially undefined left-shift in the fts5... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
dan | Handle the case where the name of the constraint in... |
commit | commitdiff | tree | snapshot |
| 2026-04-15 |
drh | Compute the average fanout for b-trees of depth 2 or... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
stephan | Minor doc typo fixes contributed by BrickViking. |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Code simplifications. Return NULL is the specified... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
dan | Handle a special case of a corrupt changeset in sqlite3... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
dan | Have the session module detect some corrupt changesets... corrupt-changeset_fix |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Merge trunk enhancements and fixes into the analyze... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Various minor tweaks and refinements to the analyze... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
dan | Handle a special case of a corrupt changeset in sqlite3... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Implementation of the analyze() SQL function is now... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Much, but not all, of the report generation is added... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
dan | Ensure c-tests use the locally built sqlite3.h file... c-tests |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
dan | In RBU vacuum commands, do as SQLite does and ignore... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Check-in [495e4851d4296b49] breaks the build for Window... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Further fixes and clarifications. Now ready to start... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Further improvements to error messages and robustness. |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Improved error messages and robustness. |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
drh | Initial prototype implementation of a new run-time... |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
stephan | Minor README typo fix reported off-list by BrickViking. |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
stephan | Pass the ICU-related build flags through the 'tclextens... tclextension-icu |
commit | commitdiff | tree | snapshot |
| 2026-04-14 |
stephan | Tweak 'make tclextension' to pass on any --with-icu... |
commit | commitdiff | tree | snapshot |
| next |