| 2026-05-07 |
drh | Fix harmless UB by declaring a constant 1 to be unsigned. format-json |
commit | commitdiff | tree | snapshot |
| 2026-05-07 |
drh | Fix another off-by-one error. |
commit | commitdiff | tree | snapshot |
| 2026-05-07 |
drh | Bug fixes in the new %J and %j logic. |
commit | commitdiff | tree | snapshot |
| 2026-05-07 |
drh | Add support for width to %J and %j. |
commit | commitdiff | tree | snapshot |
| 2026-05-07 |
drh | Separate conversion letters %J and %j. %J includes... |
commit | commitdiff | tree | snapshot |
| 2026-05-07 |
drh | Get precision working on %J, both with and with the... |
commit | commitdiff | tree | snapshot |
| 2026-05-06 |
drh | Experimental prototype of the %J conversion in printf(). |
commit | commitdiff | tree | snapshot |
| 2026-05-06 |
drh | Fix a minor typo in a comment in the json module. |
commit | commitdiff | tree | snapshot |
| 2026-05-06 |
stephan | Minor internal doc typo fixes. |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
stephan | Delete the OPFS SEE test dbs when done with them. |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
stephan | Add importDb() tests of SEE databases for the opfs... |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
stephan | For the various OPFS VFS db-import routines, in SEE... |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
stephan | Fix a predicate which causes a false error in the OPFS... |
commit | commitdiff | tree | snapshot |
| 2026-05-05 |
stephan | Add #include time.h to shell.c.in to get fiddle buildin... |
commit | commitdiff | tree | snapshot |
| 2026-05-04 |
drh | Fix a test case on CLI ".help" output due to the output... |
commit | commitdiff | tree | snapshot |
| 2026-05-04 |
dan | When using the OR-optimization on a loop created by... |
commit | commitdiff | tree | snapshot |
| 2026-05-04 |
dan | When using the OR-optimization on a loop created by... exists-or-expr-fix |
commit | commitdiff | tree | snapshot |
| 2026-05-04 |
stephan | Add a missing tcl quote which breaks the build on msys2. |
commit | commitdiff | tree | snapshot |
| 2026-05-04 |
drh | Add the --color and --no-color options to the ".prompt... |
commit | commitdiff | tree | snapshot |
| 2026-05-04 |
drh | Honor the NO_COLOR environment variable. If NO_COLOR... |
commit | commitdiff | tree | snapshot |
| 2026-05-03 |
drh | New test cases for the shell prompt |
commit | commitdiff | tree | snapshot |
| 2026-05-03 |
drh | Improvements to the non-printing character delimiter... |
commit | commitdiff | tree | snapshot |
| 2026-05-02 |
drh | Change the non-printing character escapes for editline... |
commit | commitdiff | tree | snapshot |
| 2026-05-02 |
drh | Attempt to automatically insert U+0001 escape bytes... |
commit | commitdiff | tree | snapshot |
| 2026-05-02 |
drh | Fix a harmless compiler warning on some MSVC versions. |
commit | commitdiff | tree | snapshot |
| 2026-05-02 |
drh | Minor optimization to the authorizer. |
commit | commitdiff | tree | snapshot |
| 2026-05-02 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2026-05-02 |
drh | Close database connections in a timely manner to fix... |
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 |
| next |