]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-05-15  danHave window functions sum(), total() and avg() correctl...
2026-05-15  danHave the sqlite_dbpage module correctly handle constrai...
2026-05-14  drhIf there is a WHERE clause constraint of the form ...
2026-05-14  danHandle constraints like "a=$var" where the value bound... reprepare-a=var
2026-05-14  drhHarden the QRF extension against integer overflow problems.
2026-05-14  drhIn QRF, relax the constraint on the screen width so...
2026-05-14  drhRaise an error if an ALTER TABLE ADD COLUMN statement...
2026-05-14  drhCorrection to the documentation for sqlite3_uri_int64().
2026-05-13  danFix the sqlite3changegroup_change_finish() API so that...
2026-05-13  drhAdditional changes to the Windows VFS to try to get...
2026-05-13  drhChange to compile-time option that omits non-UWP system...
2026-05-13  drhIn the Windows OS interface, use CreateFileMappingFromA...
2026-05-13  drhOn Windows, use only GetSystemTimeAsFileTime() and...
2026-05-13  stephanModify [2990dd27dd] to use setlocale(LC_CTYPE) instead...
2026-05-13  stephanSlightly rework the --editline configure flag for purpo...
2026-05-13  drhUse GetTickCount64() instead of GetTickCount() in Windo...
2026-05-13  stephanIn Haiku OS builds, fix the --editline configure flag...
2026-05-12  drhDo not allow internal-use-only functions to be used... add-column-safety
2026-05-12  drhFix a copy/paste error in a comment. No changes to...
2026-05-12  drhFix the insert4.test test module so that it works when...
2026-05-12  drhAttempt to disable false-positive GCC compiler warning.
2026-05-11  drhFix the xfer-optimization such that if the destination...
2026-05-11  drhPrevent internal-use-only SQL functions from being...
2026-05-11  drhFix comment typos. Add test cases. add-constraint-safety-v2
2026-05-11  drhAn alternative fix to ALTER TABLE ADD CONSTRAINT.
2026-05-11  danImprove detection of corrupt database records in fts5.
2026-05-11  danFix potential buffer overwrite that could occur in...
2026-05-11  drhFix harmless bug in testing logic. No changes to deliv...
2026-05-11  drhHush-up a false-positive compiler warning from GCC...
2026-05-11  drhFix the xfer optimization so that it does not work...
2026-05-09  stephanMinor config script doc tweaks.
2026-05-09  stephanIn sqlite-config.tcl remove a reference to the platform...
2026-05-09  drhFix upward propagation of expression properties into...
2026-05-09  drhImproved detection of OOM in the regexp_bytecode()...
2026-05-09  drhFix an integer truncation problem due to oversized...
2026-05-09  drhFix a corner-case floating-point rounding problem in...
2026-05-07  drhRemove unnecessary and incorrect assert() statements...
2026-05-07  drhAdd the %J and %j conversions to printf() - rendering...
2026-05-07  drhFix harmless UB by declaring a constant 1 to be unsigned. format-json
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...
next