]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2026-06-01  drhTest case to show that the change fixes the original... right-ref-cte
2026-06-01  drhImprovements to sqlite3SelectCheckOnClauses() to be...
2026-06-01  drhBack out the recent change to carray. The intent is...
2026-06-01  danFix an integer overflow that could lead to a buffer...
2026-06-01  danUpdate new test in zipfile.test so that it does not... zipfile-buffer-overrun
2026-06-01  danFix an integer overflow that could lead to a buffer...
2026-06-01  drhExtra defenses against integer overflows in the unteste...
2026-05-31  drhFix the carray virtual table so that it gives no soluti...
2026-05-31  drhTest case to cover the bug fix in the previous check-in.
2026-05-31  drhFix the zipfile extension so that ZIP archives containi...
2026-05-31  drhFiddle should default to using NO_COLOR since the JS...
2026-05-31  drhFix the format() SQL function so that it reports TOOBIG...
2026-05-30  drhAdd a test to ensure an application does not try to...
2026-05-30  drhHarden the diskused.c extension against NULL pointer...
2026-05-30  drhRemove the untested and undocumented "scrub" utility...
2026-05-29  drhBe sure to do floating-point to text conversions in...
2026-05-29  drhRename the ext/misc/analyze.c extension to ext/misc...
2026-05-29  drhThe -csv option to the CLI also sets "-limits off"...
2026-05-28  danAvoid a resource leak in an error path in the icu exten...
2026-05-28  drhFix an infinite loop that can occur in the unused,...
2026-05-28  danFix a problem with shell tool function analyze() and...
2026-05-28  drhFix potential integer overflow in btree overflow page...
2026-05-26  stephanPatch test/indexexpr1.test to work when built with...
2026-05-26  stephanFix an OOM check in shell.c.in. Addresses [forum:2026...
2026-05-26  danFix a potential 1-byte overread in sqlite3changeset_inv...
2026-05-26  danFix a 32-bit integer overflow in sqlite3changegroup_cha...
2026-05-26  drhFix QRF so that it works sensibly with "--wrap 1"
2026-05-26  drhStrength the defense against malicious command-line...
2026-05-25  drhFix HTML ">" quoting in QRF.
2026-05-25  drhFix a minor problem with test case mjournal-3.3.
2026-05-25  drhEarly malformed JSON errors in json_each() and json_tre...
2026-05-25  drhFix to testrunner.tcl so that it will run on FreeBSD.
2026-05-25  drhEnhance the defenses against malformed JSONB in the...
2026-05-25  danUse "-encoding iso8859-1" instead of "-encoding binary...
2026-05-25  danFix a potential 1 byte overwrite that could occur when...
2026-05-25  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().
next