]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-10-26  larrybrAdd phase and error number to CLI error messages. detail_cli_errors
2021-10-26  drhFix the busy_timeout restriction on fuzzcheck so that...
2021-10-25  drhRemove a NEVER() in rebuildPage that is reachable,...
2021-10-25  drhDo not allow large busy_timeout pragmas in fuzzcheck...
2021-10-23  drhImprove the authorizer filter for ATTACH on fuzzcheck.
2021-10-23  drhProvide an assert() to fire for applications that shoul...
2021-10-23  drhThe pager now remembers when a VFS reports that a datab...
2021-10-23  drhFix the memdb VFS so that it does not allow mmap if...
2021-10-23  drhUpdate fuzzcheck so that it allows ATTACH statements...
2021-10-22  drhFix harmless compiler warnings. Improve the independen...
2021-10-21  drhEnable FTS5 for fuzzcheck.
2021-10-21  drhFix the previous check-in so that it works with virtual...
2021-10-21  drhFix the new "table_list" pragma so that it shows the...
2021-10-20  drhFix an incorrect JSON assert() that was added 5 days...
2021-10-20  drhFix the finish_test proc in tester.tcl so that it works...
2021-10-20  drhEnabled the testcase() macros under SQLITE_DEBUG.
2021-10-20  drhFix a problem with the CARRAY extension when the SQLITE...
2021-10-20  drhEnsure that valid bytecode is generated for RETURNING...
2021-10-20  danFix a case in the fts3 offsets() function where a corru...
2021-10-19  drhImproved cleanup in finish_test so that specifying...
2021-10-19  danFix permutations.test so that it can be called with...
2021-10-19  danUpdate test scripts to unregister the test devsim VFS...
2021-10-17  drhRemove an incorrect assert() added 4 days ago by check...
2021-10-16  drhFix a harmless scan-build warning in FTS5.
2021-10-16  drhAdd NEVER() macros on branches that become unreachable...
2021-10-16  danHave the btree layer detect when a "DELETE FROM tbl...
2021-10-16  danFix an assert() in fts5 that could fail with a corrupt...
2021-10-15  drhProtect the WhereTerm.u union using nearby assert(...
2021-10-15  drhProtect the JsonNode.u union using nearby assert()s...
2021-10-14  danFix a signed integer overflow in fts5 leading to a...
2021-10-14  drhProtect access to the WhereLoop.u union using nearby...
2021-10-14  drhUpdate requirement marks. No changes to code.
2021-10-13  drhNew tests added to test/fuzzdata8.db.
2021-10-13  drhConvert an assert() into a corruption detection branch in
2021-10-13  drhAttempt to clarify the sqlite3_open_v2() documentation...
2021-10-13  drhBack out the SQLITE_OPEN_EXCLUSIVE changes because...
2021-10-13  drhRemove a NEVER() macro in ALTER TABLE due to an
2021-10-13  drhThe sqlite3_result_text() routine (and similar) should...
2021-10-12  drhFix the group_concat() inverse function implementation...
2021-10-12  drhFix an incorrect assert() in SQLITE_ENABLE_SORTER_REFER...
2021-10-12  danFix a use-after-free in fts3 that could follow an optim...
2021-10-12  mistachkinFix another harmless compiler warning for MSVC.
2021-10-12  mistachkinFix harmless compiler warnings in the debug build for...
2021-10-11  drhFail a schema parse if a virtual table or view has...
2021-10-11  drhUse the IsOrdinaryTable() macro, not a test of tnum...
2021-10-11  drhNew test cases added to test/fuzzdata8.db
2021-10-11  drhFix an over-zealous assert().
2021-10-09  drhDetect any attempt to use an INDEXED BY clause on a...
2021-10-08  drhFurther to the previous check-in, remove the "harmless...
2021-10-08  drhRemove a "harmless()" macro that is no longer relevant.
2021-10-08  drhAdd support for "PRAGMA writable_schema=RESET".
2021-10-08  drhImproved detection of database corruption.
2021-10-08  drhMinor improvements to comments in the data structure...
2021-10-07  drhNew assert() statements to protect the u1 and u2 unions...
2021-10-07  drhProtect access to the Expr.y union using nearby assert...
2021-10-07  danBreak the tcl release tests into smaller units to bette...
2021-10-07  drhProtect all accesses to the Expr.x union using nearby...
2021-10-07  drhFix an incorrect assert() on PRAGMA table_xinfo added...
2021-10-07  drhProtect all accesses to the FuncDef.u and Expr.u unions...
2021-10-07  drhProtect every access to the Table.u union using a nearb...
2021-10-06  drhFix a macro typo introduced by [5da112c02f9e8d0b] that...
2021-10-06  drhOnce corner case for the fix at [8b24c177061c3836]...
2021-10-05  drhFix a harmless typo in a comment.
2021-10-05  drhFix harmless compiler warnings, mostly caused by prior...
2021-10-05  drhFix more harmless static-analyzer warnings. As of...
2021-10-05  drhFixes for harmless static-analyzer warnings. This...
2021-10-05  drhFix separate compilation of json1.c, which was apparent...
2021-10-05  drhSmall change to FTS5 to help static analyzers understan...
2021-10-05  drhEnsure that geopoly does not invoke sqlite3_result_erro...
2021-10-05  drhSimplifications to the preupdate_hook logic to make...
2021-10-04  drhFix harmless static-analyzer warnings.
2021-10-04  drhMerge static-analyzer warning fixes and the new SQLITE_...
2021-10-04  drhSome #defines somehow failed to get set correctly in... fix-warnings
2021-10-04  drhFix harmless static analyzer warnings in sessions,...
2021-10-04  drhFix harmless static analyzer warnings in auxiliary...
2021-10-04  drhFix harmless static analyzer warnings.
2021-10-04  drhThe pragma_table_list virtual table should have only...
2021-10-04  drhFix harmless static analyzer warnings.
2021-10-04  drhFix query plans created by whereShortCut() so that...
2021-10-03  larrybrIn CLI, ensure correct line-accumulation state whenever...
2021-10-03  drhAdd the sqlite3ResultStrAccum() internal interface...
2021-10-02  drhTry to fix a harmless static-analyzer warning in sqlite...
2021-10-02  drhFix a harmless static-analyzer warning in sqlite3ExprCo...
2021-10-02  drhRemove an unnecessary static buffer from sqlite3VdbeExp...
2021-10-02  drhMake the sqlite3_filename_xxxx() interfaces robust...
2021-10-02  drhFix harmless compiler warnings
2021-10-02  larrybrFix CLI line processing. (back to start state after...
2021-10-01  drhFix a problem with group_concat() when it is used as...
2021-10-01  drhFix harmless compiler warnings.
2021-10-01  danChange things so that SQLITE_OMIT_VIRTUALTABLE implies...
2021-10-01  drhFix a potential write outside of array bounds in the...
2021-10-01  danFix a buffer overread in fts5 that could occur when...
2021-10-01  drhRemove unreachable branches in the fixed group_concat... group_concat-fix-legacy
2021-10-01  drhMerge updates from trunk
2021-10-01  drhFixes to the version of "varsep" group_concat so that...
2021-09-30  danFix a problem with view handling in SQLITE_OMIT_VIRTUAL...
2021-09-30  danFix rtreedoc.test so that it works with SQLITE_DEFAULT_...
2021-09-30  danUpdate a test case in rtreedoc.test to account for...
2021-09-29  drhAdd NEVER() macros on branches that are not reachable...
2021-09-29  danFix a typo in altertab3.test.
next