]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
11 days ago  danDisable optimization of nested EXIST loops. Possible... disable-nested-exist-opt
11 days ago  drhFix an off-by-one buffer size calculation in the decima...
11 days ago  drhDo not unnecessarily delay opening the database file...
11 days ago  drhFix another bug in [/info/e33da6d5dc964db8|EXISTS-to...
11 days ago  stephanReformulate how the OPFS async proxy Worker is loaded...
12 days ago  drhFix the fileio extension for Windows builds so that...
2026-04-18  drhFix a harmless compiler warning in test/speedtest1.c.
2026-04-18  drhPerformance improvement in the substr() and length...
2026-04-17  drhFix a test case that started failing due to a change...
2026-04-17  danUpdate interrupt2.test to avoid using Tcl_GetCommandInf...
2026-04-17  drhHelp-text and comment fixes in the CLI. Add the output...
2026-04-17  drhLess error-prone parsing of ".once" options. Fix for...
2026-04-16  drhFix testrunner.tcl so that it does not create directori...
2026-04-16  drhImproved comments explaining the logic, and improved...
2026-04-16  drhMinor updates to testrunner documentation.
2026-04-16  danRun C-language tests in tests/c/ as part of release...
2026-04-15  drhThe sqlite3_str_new() interface never returns NULL...
2026-04-15  drhBug fix in sqlite3_str_free(): Do not crash if called...
2026-04-15  drhAdd support for the analyze() extension function to...
2026-04-15  drhImprove the analyze() extension so that it returns...
2026-04-15  drhFix harmless compiler warnings seen by MSVC in the...
2026-04-15  drhAdd the analyze() SQL function implemented the ext...
2026-04-15  drhAdd a missing open_db() call in the new ".dbstat" comma... analyze-sql-func
2026-04-15  drhAdd the .dbstat command to the CLI.
2026-04-15  stephanOn platforms which support ./configure --with-icu-confi...
2026-04-15  danAvoid a potentially undefined left-shift in the fts5...
2026-04-15  danHandle the case where the name of the constraint in...
2026-04-15  drhCompute the average fanout for b-trees of depth 2 or...
2026-04-14  stephanMinor doc typo fixes contributed by BrickViking.
2026-04-14  drhCode simplifications. Return NULL is the specified...
2026-04-14  danHandle a special case of a corrupt changeset in sqlite3...
2026-04-14  danHave the session module detect some corrupt changesets... corrupt-changeset_fix
2026-04-14  drhMerge trunk enhancements and fixes into the analyze...
2026-04-14  drhVarious minor tweaks and refinements to the analyze...
2026-04-14  danHandle a special case of a corrupt changeset in sqlite3...
2026-04-14  drhImplementation of the analyze() SQL function is now...
2026-04-14  drhMuch, but not all, of the report generation is added...
2026-04-14  danEnsure c-tests use the locally built sqlite3.h file... c-tests
2026-04-14  danIn RBU vacuum commands, do as SQLite does and ignore...
2026-04-14  drhCheck-in [495e4851d4296b49] breaks the build for Window...
2026-04-14  drhFurther fixes and clarifications. Now ready to start...
2026-04-14  drhFurther improvements to error messages and robustness.
2026-04-14  drhImproved error messages and robustness.
2026-04-14  drhInitial prototype implementation of a new run-time...
2026-04-14  stephanMinor README typo fix reported off-list by BrickViking.
2026-04-14  stephanPass the ICU-related build flags through the 'tclextens... tclextension-icu
2026-04-14  stephanTweak 'make tclextension' to pass on any --with-icu...
2026-04-13  drhFix typos and inaccuracies in comments. No changes...
2026-04-13  drh".prompt" command improvements in the CLI: Guard again...
2026-04-13  drhImprovements to the prompt_filename() function in the...
2026-04-13  danUpdate test/c/snprintf1.c to test the result of the...
2026-04-13  stephanLatest upstream jimsh0.c.
2026-04-12  stephanDoc typo fix which broke the docsrc build, reported...
2026-04-12  drhBug fix in the revised ".prompt" command of the CLI...
2026-04-12  stephanFix a typo which causes .headers to not show up in...
2026-04-11  drhChange the prompt escape design yet again, to use ...
2026-04-11  drhCLI prompt design change: The escape character is...
2026-04-11  drhTwo C-preprocessor macros SQLITE_PS1 and SQLITE_PS2...
2026-04-11  drhMake sqlite3_incomplete() available to extensions.
2026-04-11  stephanWhen fiddle terminal mode is enabled, add a link to...
2026-04-11  drhFix harmless UB in sqlite3_incomplete().
2026-04-11  stephanfiddle: disable jquery.terminal's pre-processing of...
2026-04-11  drhImprovements to the interactive prompt in the CLI:
2026-04-11  danFixes for running C tests on windows.
2026-04-11  drhFix harmless compiler warnings. cli-prompt
2026-04-11  danEnhance testrunner.tcl to run individual tests written...
2026-04-11  drhInitial test cases for the CLI prompt enhancements.
2026-04-11  drhAdd --reset, --show, and -- options to the ".prompt...
2026-04-11  drhEnhancements to shell_prompt_test() for better testing...
2026-04-11  drhRemove arbitrary limits on the length of CLI prompts...
2026-04-11  drhFix the \B escape for prompts so that it uses wcwid...
2026-04-10  stephanEnsure that sqlite3-opfs-async-proxy.js is copied into...
2026-04-10  stephanEnsure that sqlite3-opfs-async-proxy.js is copied into...
2026-04-10  stephanA protype of .prompt support in fiddle but its utility...
2026-04-10  stephanExpose the main /fiddle object to the browser dev conso...
2026-04-10  drhFix minor issues on Windows.
2026-04-10  drhFix prompt for in-memory databases. Fix the continuati...
2026-04-10  drhReplace the former dynamic-continuation prompt logic...
2026-04-10  drhAdd the \B escape for CLI prompts. Change the... cli-prompt-redo
2026-04-10  drhThe \H escape on a prompt string fills in with...
2026-04-10  drhMerge trunk fixes and enhancements into the cli-prompt...
2026-04-10  drhImprove defenses in QRF against trying to run the same...
2026-04-10  stephanAPI doc correction for sqlite3_js_retry_busy(). No...
2026-04-10  drhUse sqlite3_malloc() for memory allocation inside of...
2026-04-10  drhFix the printf() optimization added at [ccb6b6c4ac21742...
2026-04-10  drhPrototype sqlite3_incomplete() - a variant of sqlite3_c...
2026-04-10  drhAttempt to work around a bug in legacy Microsoft compilers.
2026-04-10  drhChange a variable name to try to quash a compiler warni...
2026-04-10  stephanCorrect shell result code propagation regression introd...
2026-04-10  drhImprovements to the way \x works so that it can...
2026-04-09  drhA prototype of code that shows how to expand backslash...
2026-04-09  drhStore the prompts as part of the ShellState object...
2026-04-09  drhStrip out the legacy dynamic prompt generation. It...
2026-04-09  drhClean-ups in prompt generation in the CLI.
2026-04-09  drhUse O_TMPFILE (on systems that support it) to security...
2026-04-09  drhUpdates to testrunner.tcl: Shorten the prefix on creat...
2026-04-09  drhVersion number to 3.54.0 to begin the next development...
2026-04-09  drhMake use of O_TMPFILE for more secure temporary file... o_tmpfile
2026-04-09  drhMerge the 3.53.0 release changes into the cli-prompt...
2026-04-09  drhVersion 3.53.0 major-release release version-3.53.0
next