]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
23 hours ago  drhDisable the vector-IN-SELECT optimization if the number... master
28 hours ago  danFix a crash that could be caused by configuring the...
28 hours ago  drhFix a possible NULL pointer derefence in the (experimen...
28 hours ago  drhExtra testcase() macros to ensure adequate testing...
28 hours ago  danFix problems with expressions like "(?,?,?) IN (SELECT...
28 hours ago  drhClearly mark the ext/misc/wholenumber.c extension as...
46 hours ago  danUpdate the utf-8 decoder in the ICU extension to treat...
47 hours ago  danFix a faulty assert() in rtree that could fire when...
47 hours ago  drhUse tail recursion on the larger of the two partitions...
2 days ago  danFix an integer overflow problem in fts3 that could...
2 days ago  danFix another buffer overread in fts5 that could occur...
2 days ago  danFix another potential buffer overrun that could occur...
2 days ago  drhFix a potential UAF bug in the zipfile extension.
2 days ago  drhFix negative array index in "testing and debugging...
2 days ago  danAvoid excessive recursion and stack overflow in fts3...
2 days ago  drhThe prefix_length() function should stop at the first...
2 days ago  drhMake the (unused, untested, and unsupported) ext/misc...
3 days ago  danFix a case where sqlite3expert could be tricked into...
3 days ago  danAdd extra test case to zipfile.test. No code changes.
3 days ago  drhFix the CLI so that it works when compiled using STDCALL on
3 days ago  drhEnhance PRAGMA integrity_check so that it better detect...
3 days ago  danDisable transitive WHERE constraints when there are...
3 days ago  danMinor performance improvement for the patch on this... transitive-where-collate-bugs
3 days ago  danFix minor problems surrounding transitive WHERE constra...
3 days ago  drhMake sure the authenticator is called for columns that...
3 days ago  danFor expressions of the form "(x, y...) IN (SELECT a...
4 days ago  danBetter handle a (possibly) potential buffer overrun...
4 days ago  stephanRemove the data type ANY added to the shell's CSV expor...
4 days ago  drhDo not allow the argument to a table-valued function...
4 days ago  drhTest case to show that the change fixes the original... right-ref-cte
4 days ago  drhImprovements to sqlite3SelectCheckOnClauses() to be...
4 days ago  drhBack out the recent change to carray. The intent is...
4 days ago  danFix an integer overflow that could lead to a buffer...
4 days ago  danUpdate new test in zipfile.test so that it does not... zipfile-buffer-overrun
4 days ago  danFix an integer overflow that could lead to a buffer...
4 days ago  drhExtra defenses against integer overflows in the unteste...
4 days ago  drhFix the carray virtual table so that it gives no soluti...
4 days ago  drhTest case to cover the bug fix in the previous check-in.
5 days ago  drhFix the zipfile extension so that ZIP archives containi...
5 days ago  drhFiddle should default to using NO_COLOR since the JS...
5 days ago  drhFix the format() SQL function so that it reports TOOBIG...
6 days ago  drhAdd a test to ensure an application does not try to...
6 days ago  drhHarden the diskused.c extension against NULL pointer...
6 days ago  drhRemove the untested and undocumented "scrub" utility...
6 days ago  drhBe sure to do floating-point to text conversions in...
7 days ago  drhRename the ext/misc/analyze.c extension to ext/misc...
7 days ago  drhThe -csv option to the CLI also sets "-limits off"...
8 days ago  danAvoid a resource leak in an error path in the icu exten...
8 days ago  drhFix an infinite loop that can occur in the unused,...
8 days ago  danFix a problem with shell tool function analyze() and...
8 days ago  drhFix potential integer overflow in btree overflow page...
9 days ago  stephanPatch test/indexexpr1.test to work when built with...
9 days ago  stephanFix an OOM check in shell.c.in. Addresses [forum:2026...
10 days ago  danFix a potential 1-byte overread in sqlite3changeset_inv...
10 days ago  danFix a 32-bit integer overflow in sqlite3changegroup_cha...
10 days ago  drhFix QRF so that it works sensibly with "--wrap 1"
10 days ago  drhStrength the defense against malicious command-line...
10 days ago  drhFix HTML ">" quoting in QRF.
10 days ago  drhFix a minor problem with test case mjournal-3.3.
10 days ago  drhEarly malformed JSON errors in json_each() and json_tre...
10 days ago  drhFix to testrunner.tcl so that it will run on FreeBSD.
10 days ago  drhEnhance the defenses against malformed JSONB in the...
10 days ago  danUse "-encoding iso8859-1" instead of "-encoding binary...
10 days ago  danFix a potential 1 byte overwrite that could occur when...
10 days ago  danFix a potential buffer overwrite that could occur when...
13 days ago  drhMake the /A substitution in the CLI prompt expansion...
13 days ago  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...
next