]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
9 days ago  drhMerge the latest trunk fixes and enhancements into... begin-concurrent
9 days ago  danAvoid a resource leak in an error path in the icu exten...
9 days ago  drhFix an infinite loop that can occur in the unused,...
9 days ago  danFix a problem with shell tool function analyze() and...
9 days ago  drhFix potential integer overflow in btree overflow page...
11 days ago  stephanPatch test/indexexpr1.test to work when built with...
11 days ago  stephanFix an OOM check in shell.c.in. Addresses [forum:2026...
11 days ago  danFix a potential 1-byte overread in sqlite3changeset_inv...
11 days ago  danFix a 32-bit integer overflow in sqlite3changegroup_cha...
11 days ago  drhFix QRF so that it works sensibly with "--wrap 1"
11 days ago  drhStrength the defense against malicious command-line...
12 days ago  drhFix HTML ">" quoting in QRF.
12 days ago  drhFix a minor problem with test case mjournal-3.3.
12 days ago  drhEarly malformed JSON errors in json_each() and json_tre...
12 days ago  drhFix to testrunner.tcl so that it will run on FreeBSD.
12 days ago  drhEnhance the defenses against malformed JSONB in the...
12 days ago  danUse "-encoding iso8859-1" instead of "-encoding binary...
12 days ago  danFix a potential 1 byte overwrite that could occur when...
12 days ago  danFix a potential buffer overwrite that could occur when...
2026-05-23  drhMake the /A substitution in the CLI prompt expansion...
2026-05-22  drhStrengthen the statement about not accepting agentic...
2026-05-22  danUpdate the session module so that it can apply changese...
2026-05-22  danAdd the SQLITE_CHANGESETAPPLY_NOUPDATELOOP option to... session-update-loops
2026-05-22  drhAdd a prototype AGENTS.md file
2026-05-21  drhFix the VFSes so that there is no 32-bit integer overfl...
2026-05-21  danMerge latest trunk changes with this branch.
2026-05-21  danFix a buffer overread in the session module that could...
2026-05-21  drhPerformance optimization to the sqlite3ExprCollSeqMatch...
2026-05-21  drhRemove dead code created by [20c2f8ce9242c3db].
2026-05-21  drhLimit the length of inputs to the spellfix1_editdist...
2026-05-21  drhA join constraint is not an equivalence unless both...
2026-05-21  drhEnhance the xfer-optimization to verify access to the...
2026-05-20  drhImproved entropy collection on Windows.
2026-05-20  danFix a bug causing the session module to dereference...
2026-05-20  drhCheck-in [7cf841f3613c8302] was incomplete in that...
2026-05-20  danAvoid returning an SQLITE_SCHEMA error from within...
2026-05-20  drhFix a test case added by [1249eeb1b9759038] that does...
2026-05-20  drhImprovements to testrunner.tcl: Make C-program tests...
2026-05-19  danFix a potential buffer overread in fts5 that could...
2026-05-19  drhSilently ignore nested porter tokenizers in FTS5. ...
2026-05-19  danRemove new unreachable code from this branch.
2026-05-19  drhPrevent integer overflow in the ICU extension.
2026-05-19  drhFix an assertion fault that can occur in RTree given...
2026-05-19  danFix problems with error handling when applying changese...
2026-05-19  danMerge trunk changes into this branch.
2026-05-19  danAvoid a potential 1 byte overread in sqlite3changegroup...
2026-05-19  drhAdd an sqlite3FaultSim() call to the changes at [6193e4...
2026-05-19  danMerge latest trunk changes into this branch.
2026-05-19  drhFix a incorrect assert() from [52dd437d51d3c1af] report...
2026-05-19  drhAdd the "make" subcommand to testrunner.tcl
2026-05-19  drhEarly detection of attempts to overwrite an in-use...
2026-05-19  drhSecurity enhancements to the untested and unused fossil...
2026-05-19  drhLimit the size of input strings to the (disused) spellf...
2026-05-18  drhFix a NULL pointer dereference in the obscure (and...
2026-05-18  drhFix an off-by-one error in matchinfo('b') for FTS3...
2026-05-18  drhLimit the NEAR span in FTS3 to 1 billion, to avoid...
2026-05-18  danFix a problem applying changesets that contain multiple...
2026-05-18  drhPrevent integer overflow due to database corruption in.
2026-05-18  drhWhen a subquery is an argument to an SQLITE_SUBTYPE...
2026-05-18  danUpdate the session module so that it can apply changese...
2026-05-18  drhFix the window-function variant of the json_group_objec...
2026-05-18  drhDo not attempt the OR-optimization on conjuncts that...
2026-05-18  drhFix a harmless compiler warning caused by [460243ee4c28...
2026-05-18  drhCorrection to the bugfix at [212c68249cc0e890] so that...
2026-05-18  drhRaise an error in the dbpage virtual table if the page...
2026-05-18  stephanAdd a reference to the new sqlite.org/bugs forum.
2026-05-17  drhFix the ".prompt" command so that it honors -bail.
2026-05-17  drhFix the new %J and %j formats so they work correctly...
2026-05-17  drhFix the sqlite3_value_numeric_type() interface so that...
2026-05-17  drhIn the CLI, make the NO_COLOR prompt the same as the...
2026-05-16  drhWhen two tables are joined by USING, the affinity and...
2026-05-16  drhWhen two tables are joined by USING, the affinity of...
2026-05-16  drhFix false-negatives in the sqlite3ExprCanReturnSubtype...
2026-05-16  drhImproved comment on sqlite3ExprCanReturnSubtype() as... index-on-case-expr-subtype
2026-05-15  danWhen using an index on a CASE expression that may retur...
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.
next