]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
5 days ago  drhMerge recent trunk enhancements into the begin-concurre... begin-concurrent
5 days ago  danWhen updating indexes on expressions, omit the update...
5 days ago  danAdd OOM test for the new code on this branch. index-detect-noop
5 days ago  drhMark branches that are believed to be unreachable.
6 days ago  danInstead of adding a branch to OP_IdxInsert, use an...
6 days ago  danEnable the optimization on this branch for indexes...
6 days ago  danFix P3/P5 confusion in the comment above OP_IdxDelete.
6 days ago  danDetect and omit cases where an index key is being repla...
6 days ago  drhFix a integer type bug in the previous check-in.
6 days ago  drhQRF and the CLI preserve zero bytes when outputing...
6 days ago  drhFix harmless compiler warning in QRF.
6 days ago  danDisable optimization of nested EXIST loops. Possible...
6 days ago  drhFix the BETWEEN operator so that it propagates the...
7 days ago  danCorrectly dequote the constraint name passed to ALTER...
7 days ago  danDisable optimization of nested EXIST loops. Possible... disable-nested-exist-opt
7 days ago  drhFix an off-by-one buffer size calculation in the decima...
7 days ago  drhDo not unnecessarily delay opening the database file...
7 days ago  drhFix another bug in [/info/e33da6d5dc964db8|EXISTS-to...
7 days ago  stephanReformulate how the OPFS async proxy Worker is loaded...
8 days ago  drhFix the fileio extension for Windows builds so that...
9 days ago  drhFix a harmless compiler warning in test/speedtest1.c.
10 days ago  drhPerformance improvement in the substr() and length...
10 days ago  drhFix a test case that started failing due to a change...
11 days ago  danUpdate interrupt2.test to avoid using Tcl_GetCommandInf...
11 days ago  drhHelp-text and comment fixes in the CLI. Add the output...
11 days ago  drhLess error-prone parsing of ".once" options. Fix for...
11 days ago  drhFix testrunner.tcl so that it does not create directori...
11 days ago  drhImproved comments explaining the logic, and improved...
12 days ago  drhMinor updates to testrunner documentation.
12 days ago  danRun C-language tests in tests/c/ as part of release...
13 days ago  drhThe sqlite3_str_new() interface never returns NULL...
13 days ago  drhBug fix in sqlite3_str_free(): Do not crash if called...
13 days ago  drhAdd support for the analyze() extension function to...
13 days ago  drhImprove the analyze() extension so that it returns...
13 days ago  drhFix harmless compiler warnings seen by MSVC in the...
13 days ago  drhAdd the analyze() SQL function implemented the ext...
13 days ago  drhAdd a missing open_db() call in the new ".dbstat" comma... analyze-sql-func
13 days ago  drhAdd the .dbstat command to the CLI.
13 days ago  stephanOn platforms which support ./configure --with-icu-confi...
13 days ago  danAvoid a potentially undefined left-shift in the fts5...
13 days ago  danHandle the case where the name of the constraint in...
13 days ago  drhCompute the average fanout for b-trees of depth 2 or...
13 days ago  stephanMinor doc typo fixes contributed by BrickViking.
13 days ago  drhCode simplifications. Return NULL is the specified...
13 days ago  danHandle a special case of a corrupt changeset in sqlite3...
13 days ago  danHave the session module detect some corrupt changesets... corrupt-changeset_fix
13 days ago  drhMerge trunk enhancements and fixes into the analyze...
13 days ago  drhVarious minor tweaks and refinements to the analyze...
13 days ago  danHandle a special case of a corrupt changeset in sqlite3...
13 days ago  drhImplementation of the analyze() SQL function is now...
13 days ago  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...
next