]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
55 min ago  drhAdd a test to ensure an application does not try to... branch-3.53
4 hours ago  drhRemove the untested and undocumented "scrub" utility...
15 hours ago  drhBe sure to do floating-point to text conversions in...
2 days ago  drhFix potential integer overflow in btree overflow page...
3 days ago  drhFix a potential 1-byte overread in sqlite3changeset_inv...
3 days ago  drhFix a 32-bit integer overflow in sqlite3changegroup_cha...
4 days ago  drhFix QRF so that it works sensibly with "--wrap 1"
4 days ago  drhStrength the defense against malicious command-line...
4 days ago  drhFix HTML ">" quoting in QRF.
4 days ago  drhEnhance the defenses against malformed JSONB in the...
4 days ago  drhFix a potential 1 byte overwrite that could occur when...
4 days ago  drhFix a potential buffer overwrite that could occur when...
8 days ago  drhFix the VFSes so that there is no 32-bit integer overfl...
9 days ago  drhLimit the length of inputs to the spellfix1_editdist...
9 days ago  drhA join constraint is not an equivalence unless both...
9 days ago  drhFix a bug causing the session module to dereference...
10 days ago  drhCheck-in [0d01c90bd7779192] was incomplete in that...
10 days ago  drhAvoid returning an SQLITE_SCHEMA error from within...
10 days ago  drhIncrease the patch level to 3.53.2
10 days ago  drhFix a potential buffer overread in fts5 that could...
10 days ago  drhSilently ignore nested porter tokenizers in FTS5. ...
10 days ago  drhPrevent integer overflow in the ICU extension.
10 days ago  drhFix an assertion fault that can occur in RTree given...
10 days ago  drhEarly detection of attempts to overwrite an in-use...
11 days ago  drhLimit the size of input strings to the (disused) spellf...
11 days ago  drhFix a NULL pointer dereference in the obscure (and...
11 days ago  drhFix an off-by-one error in matchinfo('b') for FTS3...
11 days ago  drhLimit the NEAR span in FTS3 to 1 billion, to avoid...
11 days ago  drhPrevent integer overflow due to database corruption in.
11 days ago  drhWhen a subquery is an argument to an SQLITE_SUBTYPE...
11 days ago  drhFix the window-function variant of the json_group_objec...
11 days ago  drhDo not attempt the OR-optimization on conjuncts that...
12 days ago  drhCorrection to the bugfix at [212c68249cc0e890&...
13 days ago  drhWhen two tables are joined by USING, the affinity and...
13 days ago  drhFix false-negatives in the sqlite3ExprCanReturnSubtype...
13 days ago  drhHave window functions sum(), total() and avg() correctl...
13 days ago  drhHave the sqlite_dbpage module correctly handle constrai...
2026-05-11  drhPrevent internal-use-only SQL functions from being...
2026-05-11  drhFix potential buffer overwrite that could occur in...
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  drhFix a corner-case floating-point rounding problem in...
2026-05-05  drhVersion 3.53.1 release version-3.53.1
2026-05-05  stephanFix a predicate which causes a false error in the OPFS...
2026-05-04  drhWhen using the OR-optimization on a loop created by...
2026-05-02  drhFix a harmless compiler warning.
2026-05-01  drhHarden the recovery extension against SQL injections...
2026-04-27  drhFix a crash that could occur if sqlite3_deserialize...
2026-04-27  drhFeature detection fix for uint128 on RISCV 32-bit.
2026-04-27  stephanIncrease a stack-local buffer size to resolve a test...
2026-04-25  drhFix a single-byte OOB read that could occur in the...
2026-04-23  danUpdate interrupt2.test to avoid using Tcl_GetCommandInf...
2026-04-21  drhVarious minor bug fixes cherrypicked from trunk.
2026-04-21  drhFix another bug in EXISTS-to-JOIN - this one
2026-04-21  stephanReformulate how the OPFS async proxy Worker is loaded...
2026-04-17  stephanOn platforms which support ./configure --with-icu-confi...
2026-04-17  drhFix parsing of options to the .once command.
2026-04-15  drhVersion number to 3.53.1
2026-04-15  danHandle a special case of a corrupt changeset in sqlite3...
2026-04-15  danHandle the case where the name of the constraint in...
2026-04-15  drhBug fix in sqlite3_str_free(): Do not crash if called...
2026-04-12  stephanFix a typo which caused .headers to not show up in...
2026-04-10  stephanEnsure that sqlite3-opfs-async-proxy.js is copied into...
2026-04-10  stephanAPI doc correction for sqlite3_js_retry_busy(). No...
2026-04-10  drhUse sqlite3_malloc() for memory allocation inside of...
2026-04-10  drhFix the printf() optimization added on 2026-03-29 so...
2026-04-10  stephanCorrect shell result code propagation regression introd...
2026-04-09  drhVersion 3.53.0 major-release version-3.53.0
2026-04-09  danFix some buffer overreads that might occur in the sessi...
2026-04-09  danWhen generating make.sh for testrunner, correctly quote...
2026-04-09  danFix some buffer overreads that might occur in the sessi... session-fixes
2026-04-08  drhFix a buffer overflow bug in a recent check-in, reporte...
2026-04-07  stephanFix a few doc typos and inconsistencies. No code changes.
2026-04-07  drhFix incorrect datatype on the auto_ext_leak_tester...
2026-04-07  drhFix redundant typedef in qrf.c when that file is amalga...
2026-04-07  stephanReplace a doc reference to a renamed file, as reported...
2026-04-06  stephanAdd a dummy auto-extension to the shell in SQLITE_DEBUG...
2026-04-06  stephanAdd a call to sqlite3_reset_auto_extension() near the...
2026-04-04  drhAppease static analyzers by masking the index to the
2026-04-04  stephanAdd some comments to the OPFS async proxy about potenti...
2026-04-03  drhEnhance testrunner.tcl so that a PATTERN argument that...
2026-04-03  stephanconfigure script: replace two 'file normalize' calls...
2026-04-03  drhFix Tcl9 compatibility issues in test_session.c.
2026-04-02  drhMinor patch to test/json/json-speed-check.sh. That...
2026-04-01  danFix a potential 4-byte overread in the sessions module...
2026-04-01  drhAlways use sqlite3_malloc64() in extensions, where...
2026-04-01  danFix a problem in the sessions module allowing a NULL...
2026-04-01  drhMinor improvements to the documentation on how to compi...
2026-04-01  stephanDoc cleanups in opfs-wl. No code changes.
2026-03-31  drhAdd appropriate headers to ext/session/sqlite3session...
2026-03-31  danAdd an API to the sessions module to add changes one...
2026-03-31  danUpdate this branch with changes from trunk. changegroup-change-api
2026-03-31  drhTurn an incorrect assert() into a testcase(). Fix...
2026-03-30  stephanMove some build docs around for clarity. Move the TARGE...
2026-03-30  drhRemove an unused variable in sqlite3Reindex(). Minor...
2026-03-29  drhEnhance the printf() formatter to write floating point...
2026-03-29  drhFix harmless compiler warnings about unused variable... direct-printf
2026-03-29  drhMerge trunk performance enhancements and fixes into...
2026-03-29  drhAvoid using unsigned 64-bit integer division on platfor...
2026-03-29  drhThe _umulh() intrinsic function is not available on...
next