]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
11 days ago  danAdd the SQLITE_CHANGESETAPPLY_NOUPDATELOOP option to... session-update-loops
12 days ago  danMerge latest trunk changes with this branch.
12 days ago  danFix a buffer overread in the session module that could...
12 days ago  drhPerformance optimization to the sqlite3ExprCollSeqMatch...
12 days ago  drhRemove dead code created by [20c2f8ce9242c3db].
12 days ago  drhLimit the length of inputs to the spellfix1_editdist...
12 days ago  drhA join constraint is not an equivalence unless both...
12 days ago  drhEnhance the xfer-optimization to verify access to the...
13 days ago  drhImproved entropy collection on Windows.
13 days ago  danFix a bug causing the session module to dereference...
13 days ago  drhCheck-in [7cf841f3613c8302] was incomplete in that...
13 days ago  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.
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...
next