]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-04-11  drhFix harmless compiler warnings. cli-prompt
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  stephanA protype of .prompt support in fiddle but its utility...
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
2026-04-09  danFix some buffer overreads that might occur in the sessi...
2026-04-09  danWhen generating make.sh for testrunner, correctly quote...
2026-04-09  danFix some buffer overreads that might occur in the sessi... session-fixes
2026-04-08  drhFix a buffer overflow bug in a recent check-in, reporte...
2026-04-07  stephanFix a few doc typos and inconsistencies. No code changes.
2026-04-07  drhFix incorrect datatype on the auto_ext_leak_tester...
2026-04-07  drhFix redundant typedef in qrf.c when that file is amalga...
2026-04-07  stephanReplace a doc reference to a renamed file, as reported...
2026-04-06  stephanAdd a dummy auto-extension to the shell in SQLITE_DEBUG...
2026-04-06  stephanAdd a call to sqlite3_reset_auto_extension() near the...
2026-04-04  drhAppease static analyzers by masking the index to the
2026-04-04  stephanAdd some comments to the OPFS async proxy about potenti...
2026-04-03  drhEnhance testrunner.tcl so that a PATTERN argument that...
2026-04-03  stephanconfigure script: replace two 'file normalize' calls...
2026-04-03  drhFix Tcl9 compatibility issues in test_session.c.
2026-04-02  drhMinor patch to test/json/json-speed-check.sh. That...
2026-04-02  drhImprovements to the syntax hints in the continuation...
2026-04-01  danFix a potential 4-byte overread in the sessions module...
2026-04-01  drhAlways use sqlite3_malloc64() in extensions, where...
2026-04-01  danFix a problem in the sessions module allowing a NULL...
2026-04-01  drhMinor improvements to the documentation on how to compi...
2026-04-01  stephanDoc cleanups in opfs-wl. No code changes.
2026-03-31  drhAdd appropriate headers to ext/session/sqlite3session...
2026-03-31  danAdd an API to the sessions module to add changes one...
2026-03-31  danUpdate this branch with changes from trunk. changegroup-change-api
2026-03-31  drhTurn an incorrect assert() into a testcase(). Fix...
2026-03-30  stephanMove some build docs around for clarity. Move the TARGE...
2026-03-30  drhRemove an unused variable in sqlite3Reindex(). Minor...
2026-03-29  drhEnhance the printf() formatter to write floating point...
2026-03-29  drhFix harmless compiler warnings about unused variable... direct-printf
2026-03-29  drhMerge trunk performance enhancements and fixes into...
2026-03-29  drhAvoid using unsigned 64-bit integer division on platfor...
2026-03-29  drhThe _umulh() intrinsic function is not available on...
2026-03-28  drhIn sqlite3_str_vappendf(), write floating-point renderi...
2026-03-28  drhRemove a harmless unused variable from the fp-speed...
2026-03-28  drhEnhancements to the fp-speed-N.c programs, suggested...
2026-03-28  drhReduce the compiled size of the quote() SQL function.
2026-03-28  drhTurn an sqlite3VMPrintf() into an sqlite3DbStrDup().
2026-03-27  drhFix up the floating-point speed tests so that they...
2026-03-27  drhAdd a comment to test/fptest01.sql to remind us that...
2026-03-27  drhNew test cases for text→float conversions.
2026-03-27  drhEnable the use of intrinsic high-precision multiplies...
2026-03-27  drhChange the print resolution the fp-speed-1.c test to...
2026-03-27  drhUpdate fp-speed-1.c and fp-speed-2.c to include its...
2026-03-27  drhAdd the fp-speed-2.c performance test program.
2026-03-27  drhAdd a comment showing reserved file-control numbers...
2026-03-26  stephanAdd SQLITE_STRICT_SUBTYPE to PRAGMA compile_options...
2026-03-26  drhEnhance the return value from sqlite3AtoF() so that...
2026-03-26  drhRevamp the return code from sqlite3AtoF() for additiona...
2026-03-26  drhImprovements to the sqlite3AtoF() interface. Add a...
2026-03-26  drhBack out the sqlite3_atof() API, for now.
2026-03-25  drhFix an off-by-one error that cause a loop to (harmlessl...
2026-03-25  drhPerformance optimization when zero-padding in printf().
2026-03-25  drhSmall size reduction and performance increase in sqlite...
2026-03-25  drhSignification optimizations to layout of text for float...
2026-03-25  danHandle the case where the compile-time default page...
2026-03-24  drhPrevent overly long JSON paths from using too much...
2026-03-24  drhLimit JSONB recursion depth in the json_patch() function.
2026-03-24  drhImproved error messages for JSONB nested too deep.
2026-03-24  stephanRemove a stale reference to the long-removed SQLITE_MUT...
2026-03-24  drhMinor simplification to JSON path error reporting.
2026-03-24  drhRecognize artifical JSONB blobs with deep recursion...
2026-03-23  drhMove datatype and structure definitions up near the...
2026-03-23  stephanRequire a button click to start the OPFS concurrency...
2026-03-23  drhUse sqlite3_atof() instead of atof() in the CLI. Dogfo...
2026-03-23  drhMove the definition of the new sqlite3_atof() function...
2026-03-23  drhAdd the sqlite3_atof() interface.
next