| 13 days ago |
drh | Add a missing open_db() call in the new ".dbstat" comma... analyze-sql-func |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Add the .dbstat command to the CLI. |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Compute the average fanout for b-trees of depth 2 or... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Code simplifications. Return NULL is the specified... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Merge trunk enhancements and fixes into the analyze... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Various minor tweaks and refinements to the analyze... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Implementation of the analyze() SQL function is now... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
drh | Much, but not all, of the report generation is added... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
dan | In RBU vacuum commands, do as SQLite does and ignore... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
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-13 |
drh | Fix typos and inaccuracies in comments. No changes... |
commit | commitdiff | tree | snapshot |
| 2026-04-13 |
drh | ".prompt" command improvements in the CLI: Guard again... |
commit | commitdiff | tree | snapshot |
| 2026-04-13 |
drh | Improvements to the prompt_filename() function in the... |
commit | commitdiff | tree | snapshot |
| 2026-04-13 |
stephan | Latest upstream jimsh0.c. |
commit | commitdiff | tree | snapshot |
| 2026-04-12 |
stephan | Doc typo fix which broke the docsrc build, reported... |
commit | commitdiff | tree | snapshot |
| 2026-04-12 |
drh | Bug fix in the revised ".prompt" command of the CLI... |
commit | commitdiff | tree | snapshot |
| 2026-04-12 |
stephan | Fix a typo which causes .headers to not show up in... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Change the prompt escape design yet again, to use ... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | CLI prompt design change: The escape character is... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Two C-preprocessor macros SQLITE_PS1 and SQLITE_PS2... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Make sqlite3_incomplete() available to extensions. |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
stephan | When fiddle terminal mode is enabled, add a link to... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Fix harmless UB in sqlite3_incomplete(). |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
stephan | fiddle: disable jquery.terminal's pre-processing of... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Improvements to the interactive prompt in the CLI: |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Fix harmless compiler warnings. cli-prompt |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Initial test cases for the CLI prompt enhancements. |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Add --reset, --show, and -- options to the ".prompt... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Enhancements to shell_prompt_test() for better testing... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Remove arbitrary limits on the length of CLI prompts... |
commit | commitdiff | tree | snapshot |
| 2026-04-11 |
drh | Fix the \B escape for prompts so that it uses wcwid... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
stephan | Ensure that sqlite3-opfs-async-proxy.js is copied into... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
stephan | Ensure that sqlite3-opfs-async-proxy.js is copied into... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
stephan | A protype of .prompt support in fiddle but its utility... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
stephan | Expose the main /fiddle object to the browser dev conso... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Fix minor issues on Windows. |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Fix prompt for in-memory databases. Fix the continuati... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Replace the former dynamic-continuation prompt logic... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Add the \B escape for CLI prompts. Change the... cli-prompt-redo |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | The \H escape on a prompt string fills in with... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Merge trunk fixes and enhancements into the cli-prompt... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Improve defenses in QRF against trying to run the same... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
stephan | API doc correction for sqlite3_js_retry_busy(). No... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Use sqlite3_malloc() for memory allocation inside of... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Fix the printf() optimization added at [ccb6b6c4ac21742... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Prototype sqlite3_incomplete() - a variant of sqlite3_c... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Attempt to work around a bug in legacy Microsoft compilers. |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Change a variable name to try to quash a compiler warni... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
stephan | Correct shell result code propagation regression introd... |
commit | commitdiff | tree | snapshot |
| 2026-04-10 |
drh | Improvements to the way \x works so that it can... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | A prototype of code that shows how to expand backslash... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Store the prompts as part of the ShellState object... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Strip out the legacy dynamic prompt generation. It... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Clean-ups in prompt generation in the CLI. |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Use O_TMPFILE (on systems that support it) to security... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Updates to testrunner.tcl: Shorten the prefix on creat... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Version number to 3.54.0 to begin the next development... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Make use of O_TMPFILE for more secure temporary file... o_tmpfile |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Merge the 3.53.0 release changes into the cli-prompt... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
drh | Version 3.53.0 major-release release version-3.53.0 |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
dan | Fix some buffer overreads that might occur in the sessi... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
dan | When generating make.sh for testrunner, correctly quote... |
commit | commitdiff | tree | snapshot |
| 2026-04-09 |
dan | Fix some buffer overreads that might occur in the sessi... session-fixes |
commit | commitdiff | tree | snapshot |
| 2026-04-08 |
drh | Fix a buffer overflow bug in a recent check-in, reporte... |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
stephan | Fix a few doc typos and inconsistencies. No code changes. |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
drh | Fix incorrect datatype on the auto_ext_leak_tester... |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
drh | Fix redundant typedef in qrf.c when that file is amalga... |
commit | commitdiff | tree | snapshot |
| 2026-04-07 |
stephan | Replace a doc reference to a renamed file, as reported... |
commit | commitdiff | tree | snapshot |
| 2026-04-06 |
stephan | Add a dummy auto-extension to the shell in SQLITE_DEBUG... |
commit | commitdiff | tree | snapshot |
| 2026-04-06 |
stephan | Add a call to sqlite3_reset_auto_extension() near the... |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
drh | Appease static analyzers by masking the index to the |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
stephan | Add some comments to the OPFS async proxy about potenti... |
commit | commitdiff | tree | snapshot |
| 2026-04-03 |
drh | Enhance testrunner.tcl so that a PATTERN argument that... |
commit | commitdiff | tree | snapshot |
| 2026-04-03 |
stephan | configure script: replace two 'file normalize' calls... |
commit | commitdiff | tree | snapshot |
| 2026-04-03 |
drh | Fix Tcl9 compatibility issues in test_session.c. |
commit | commitdiff | tree | snapshot |
| 2026-04-02 |
drh | Minor patch to test/json/json-speed-check.sh. That... |
commit | commitdiff | tree | snapshot |
| 2026-04-02 |
drh | Improvements to the syntax hints in the continuation... |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
dan | Fix a potential 4-byte overread in the sessions module... |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
drh | Always use sqlite3_malloc64() in extensions, where... |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
dan | Fix a problem in the sessions module allowing a NULL... |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
drh | Minor improvements to the documentation on how to compi... |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
stephan | Doc cleanups in opfs-wl. No code changes. |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
drh | Add appropriate headers to ext/session/sqlite3session... |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
dan | Add an API to the sessions module to add changes one... |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
dan | Update this branch with changes from trunk. changegroup-change-api |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
drh | Turn an incorrect assert() into a testcase(). Fix... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
stephan | Move some build docs around for clarity. Move the TARGE... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
drh | Remove an unused variable in sqlite3Reindex(). Minor... |
commit | commitdiff | tree | snapshot |
| 2026-03-29 |
drh | Enhance the printf() formatter to write floating point... |
commit | commitdiff | tree | snapshot |
| 2026-03-29 |
drh | Fix harmless compiler warnings about unused variable... direct-printf |
commit | commitdiff | tree | snapshot |
| 2026-03-29 |
drh | Merge trunk performance enhancements and fixes into... |
commit | commitdiff | tree | snapshot |
| 2026-03-29 |
drh | Avoid using unsigned 64-bit integer division on platfor... |
commit | commitdiff | tree | snapshot |
| 2026-03-29 |
drh | The _umulh() intrinsic function is not available on... |
commit | commitdiff | tree | snapshot |
| 2026-03-28 |
drh | In sqlite3_str_vappendf(), write floating-point renderi... |
commit | commitdiff | tree | snapshot |
| 2026-03-28 |
drh | Remove a harmless unused variable from the fp-speed... |
commit | commitdiff | tree | snapshot |
| next |