]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-11-10  drhLoad new test cases into test/fuzzdata8.db
2021-11-10  drhMake SQLITE_CORRUPT sticky: If a CORRUPT error is...
2021-11-09  drhChange test case error message text to match the curren...
2021-11-09  drhFix lempar.c so that Lemon can compile with NDEBUG...
2021-11-08  drhRefactor the code that figures out which SELECT in...
2021-11-08  danFix the zeroblob() function and related APIs so that...
2021-11-08  danFix an assert() in memdbTruncate() that could fail...
2021-11-07  drhEnsure that the window function rewrite does not leave...
2021-11-06  drhAdd ALWAYS() to a branch made unreachable by the previo...
2021-11-06  danReturn an error if an attempt is made to drop an eponym...
2021-11-06  drhAvoid accessing the sqlite3_module.xShadowName field...
2021-11-05  drhAdd the rbu_exclusive_checkpoint query parameter to...
2021-11-05  drhNew test cases for rbu_exclusive_checkpoint query param... rbu_exclusive_checkpoint
2021-11-05  drhUpdate an assert() statement to conform to the changes...
2021-11-05  drhAdd the SQLITE_OPEN_EXRESCODE flag for sqlite3_open_v2().
2021-11-05  danIf the target database URI passed to sqlite3rbu_open...
2021-11-05  danUpdate sqllimits1.test to account for recent changes...
2021-11-05  drhUse the FTS_CORRUPT_VTAB macro rather than a direct...
2021-11-05  drhRemove an incorrect NEVER() reported at
2021-11-05  danFix vacuum3.test so that it works with SQLITE_OMIT_ALTE...
2021-11-05  dan Update a test case in sqllimits1.test to account...
2021-11-05  danFix a couple of problems with test scripts and SQLITE_O...
2021-11-04  danFix a crash that could occur in fts3 when processing...
2021-11-04  danFix corruptN.test so that it works with SQLITE_DEFAULT_...
2021-11-04  danUpdate a test case in corruptN.test to account for...
2021-11-04  danHave wapptest.tcl avoid attempting to build fuzztest...
2021-11-04  drhFix typo in the sqlite3ext.h file.
2021-11-04  drhShow the preferred schema table names in the output...
2021-11-04  drhChange a branch made unreachable by the previous check...
2021-11-04  drhFirst the shadow table mechanism so that it works even...
2021-11-03  drhRemove two incorrect assert() statements added by a...
2021-11-03  drhImproved the error message that results when a schema...
2021-11-03  drhFix INSERT into STRICT table with STATIC generated...
2021-11-03  drhAdd the --strict option to speedtest1.c
2021-11-03  drhFix an issue in PRAGMA integrity_check associated repor...
2021-11-02  drhCorrectly handle SeekScan on an IN operator of the...
2021-11-02  drhProposed fix for a problem associated with OP_SeekScan... seekscan-fix-20211102
2021-11-02  drhEnsure that ALTER TABLE RENAME recognizes OOM errors...
2021-11-02  danFix a minor memory leak in the shell tool. Omit running...
2021-11-02  drhAdd the --remove and --glob options to the .archive...
2021-11-02  danAdd #ifdef logic to os_unix.c so that it builds with...
2021-11-02  drhFix a minor typo in a comment. archive_remove
2021-11-02  drhAdd recent dbsqlfuzz cases to test/fuzzdata8.db.
2021-11-02  danFix a broken assert() in fts5 that could fail if the...
2021-11-02  larrybrAdd globbing option to shell's .archive command.
2021-11-01  larrybrzap trailing whitespace
2021-11-01  larrybrAdd a test for .ar -r and fix a use-of-uninitialized...
2021-11-01  larrybrAdd --remove subcommand to shell's .archive command
2021-11-01  drhThe VVA() macro in json1.c must be active during SQLITE...
2021-10-30  drhAdd the sqlite3_autovacuum_pages() interface.
2021-10-30  drhFix an incorrect assert() statement in sqlite3GenerateC...
2021-10-30  danFix a memory leak in test code on this branch. autovacuum-pages-callback
2021-10-30  danMerge trunk changes into this branch.
2021-10-29  drhReorder a test add earlier today to OP_Transaction...
2021-10-29  drhAllow "VACUUM INTO" to change the page_size of a databa...
2021-10-29  drhAdd pragmas "multiplex_enabled", "multiplex_chunksize...
2021-10-29  drhFix the OP_Transaction opcode so that if an error other...
2021-10-28  larrybrFix .import -skip issue reported at https://sqlite...
2021-10-28  drhMinor changes to make it easier for static analyzers...
2021-10-28  drhEnsure that the WAL code correctly handles all possible...
2021-10-27  drhEnsure that all possible outcomes for walIndexPage... wal-tuneup
2021-10-27  drhAvoid the 1-based indexing on the WalHashLoc.aPgno...
2021-10-27  drhImprove the comment on walIndexPage() to more accuratel...
2021-10-27  drhNew assert()s to help prove correctness in sqlite3VdbeM...
2021-10-27  drhFix the build for various the OMIT-everything compile...
2021-10-27  drhFix a harmless compiler warning in memdb.c.
2021-10-27  drhFix a harmless compiler warning in fuzzcheck.
2021-10-27  drhChange fuzzcheck so that it accepts binary dbsql files.
2021-10-27  drhAdd the --script option to fuzzcheck.
2021-10-26  drhEnhance fuzzcheck so that if an argument is an ordinary...
2021-10-26  drhImproved CLI error messages.
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  drhMerge multi-module test logic improvements from trunk.
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-19  drhMerge trunk enhancements into the autovacuum-pages...
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...
next