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