]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-05-07  drhFix another off-by-one error.
2026-05-07  drhBug fixes in the new %J and %j logic.
2026-05-07  drhAdd support for width to %J and %j.
2026-05-07  drhSeparate conversion letters %J and %j. %J includes...
2026-05-07  drhGet precision working on %J, both with and with the...
2026-05-06  drhExperimental prototype of the %J conversion in printf().
2026-05-06  drhFix a minor typo in a comment in the json module.
2026-05-06  stephanMinor internal doc typo fixes.
2026-05-05  stephanDelete the OPFS SEE test dbs when done with them.
2026-05-05  stephanAdd importDb() tests of SEE databases for the opfs...
2026-05-05  stephanFor the various OPFS VFS db-import routines, in SEE...
2026-05-05  stephanFix a predicate which causes a false error in the OPFS...
2026-05-05  stephanAdd #include time.h to shell.c.in to get fiddle buildin...
2026-05-04  drhFix a test case on CLI ".help" output due to the output...
2026-05-04  danWhen using the OR-optimization on a loop created by...
2026-05-04  danWhen using the OR-optimization on a loop created by... exists-or-expr-fix
2026-05-04  stephanAdd a missing tcl quote which breaks the build on msys2.
2026-05-04  drhAdd the --color and --no-color options to the ".prompt...
2026-05-04  drhHonor the NO_COLOR environment variable. If NO_COLOR...
2026-05-03  drhNew test cases for the shell prompt
2026-05-03  drhImprovements to the non-printing character delimiter...
2026-05-02  drhChange the non-printing character escapes for editline...
2026-05-02  drhAttempt to automatically insert U+0001 escape bytes...
2026-05-02  drhFix a harmless compiler warning on some MSVC versions.
2026-05-02  drhMinor optimization to the authorizer.
2026-05-02  drhFix harmless compiler warnings.
2026-05-02  drhClose database connections in a timely manner to fix...
2026-05-01  drhFix an SQLITE_MISUSE memory error in check-ini [1f94035...
2026-05-01  drhHarden the recovery extension against SQL injections...
2026-05-01  drhCheck-in [1786fcd5b4ee6cd9] works great and generates...
2026-04-30  drhThe value for /f and other filename substitutions in...
2026-04-30  drhRemove lots of code used to support legacy Windows...
2026-04-30  drhFix a harmless compiler warning in src/mutex_w32.c.
2026-04-30  drhFix the memdb1.test test module so that it runs correct...
2026-04-30  drhChange the CLI warning that appears in the header about...
2026-04-30  drhAdd the /m escape to the CLI prompt string. Use it...
2026-04-29  danFix a crash that could occur if the destination databas...
2026-04-29  drhReduce the number of system calls in the os_win.c thunk... omit-legacy-windows
2026-04-29  drhFurther simplifications to the interface to the Windows...
2026-04-29  drhSimplify the Windows interface by removing support...
2026-04-28  drhUpdates and simplifications to the mutex implementation... win-mutex-revamp
2026-04-28  drhAttempt to align instances of the sqlite3_mutex object...
2026-04-28  drhFix comment typo
2026-04-27  drhImproved detection of when the alternative windows...
2026-04-27  drhRelax arbitrary length restrictions on some error messa...
2026-04-27  stephanIncrease a stack-local buffer size to resolve a test...
2026-04-27  danFix a crash that could occur if sqlite3_deserialize...
2026-04-27  stephanRefactor the uint128 type check to consolidate duplicat...
2026-04-27  stephanFeature detection fix for uint128 on RISCV 32-bit,...
2026-04-26  drhImprovements to temp-file cleanup on close in the CLI.
2026-04-25  drhIn the CLI, eliminate the 2-second delay before getting...
2026-04-25  drhSimplify the modePush()/modePop() implementation in...
2026-04-25  danDo not run expridx2.test as part of the "journaltest...
2026-04-25  danFix a single-byte OOB read that could occur in the...
2026-04-25  drhMinor code simplification in the CLI.
2026-04-25  drhFix a problem in the CLI in which the ".www" command...
2026-04-24  drhFix test cases due to recent CLI default prompt changes...
2026-04-24  drhImprovements to the default prompt for the CLI.
2026-04-23  drhImproved default prompt in the CLI.
2026-04-23  drhFix harmless compiler warnings. Enhance the CLI prompt...
2026-04-23  drhFix a bug in [dbc1d6f0a3452607] that disrupts the displ...
2026-04-23  drhImprovements to the #define mechanism in the CLI that...
2026-04-23  danHave testrunner.tcl return a non-zero exit status if...
2026-04-23  drhNew CLI prompt escape sequences: /r, /A, /v, /V, and...
2026-04-23  drhFix harmless compiler warning.
2026-04-23  stephanCLI shell: handle the special case of .prompt "" to...
2026-04-22  danWhen updating indexes on expressions, omit the update...
2026-04-22  danAdd OOM test for the new code on this branch. index-detect-noop
2026-04-22  drhMark branches that are believed to be unreachable.
2026-04-22  danInstead of adding a branch to OP_IdxInsert, use an...
2026-04-22  danEnable the optimization on this branch for indexes...
2026-04-22  danFix P3/P5 confusion in the comment above OP_IdxDelete.
2026-04-22  danDetect and omit cases where an index key is being repla...
2026-04-22  drhFix a integer type bug in the previous check-in.
2026-04-22  drhQRF and the CLI preserve zero bytes when outputing...
2026-04-21  drhFix harmless compiler warning in QRF.
2026-04-21  danDisable optimization of nested EXIST loops. Possible...
2026-04-21  drhFix the BETWEEN operator so that it propagates the...
2026-04-21  danCorrectly dequote the constraint name passed to ALTER...
2026-04-21  danDisable optimization of nested EXIST loops. Possible... disable-nested-exist-opt
2026-04-21  drhFix an off-by-one buffer size calculation in the decima...
2026-04-21  drhDo not unnecessarily delay opening the database file...
2026-04-21  drhFix another bug in [/info/e33da6d5dc964db8|EXISTS-to...
2026-04-21  stephanReformulate how the OPFS async proxy Worker is loaded...
2026-04-20  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...
next