]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-02-16  drhA few simple test cases for the omit-unused-subquery... omit-unused-subquery-columns
2023-02-16  drhProvide an optimization-disable mask for this optimizat...
2023-02-16  drhDo not perform the omit-unused-subquery-columns optimiz...
2023-02-15  drhFix the subquery result column NULL-ifier so that it...
2023-02-15  drhDo not compute result columns of subqueries that are...
2023-02-14  danUpdate testrunner.tcl to run zipvfs test scripts on...
2023-02-13  drhIgnore extra parentheses around a subquery on the RHS...
2023-02-13  drhDo not allow WHERE clause terms to match constant strin...
2023-02-13  danAllow vector-IN expressions like "(a, b) IN ( (?,?...
2023-02-13  danFix compile time option SQLITE_DEFAULT_SYNCHRONOUS...
2023-02-13  danAllow vector-IN expressions like "(a, b) IN ( (?,?...
2023-02-13  drhIn the LIKE optimization, do not analyze the new virtua...
2023-02-11  drhChange a variable from 32 to 64-bits to avoid a harmles...
2023-02-10  drhDo a better job of detecting when a WHERE clause term...
2023-02-10  danFix a problem with the fts5 trigram tokenizer and LIKE...
2023-02-10  drhEnsure that the valueFromFunction() routine does not...
2023-02-10  stephanMinor text-only updates to wasm demo/test HTML and...
2023-02-10  stephanFix ext/wasm/fiddle build, which was silently broken...
2023-02-09  drhDisable the double-quoted string misfeature by default...
2023-02-09  stephanSquelch two harmless signedness comparison warnings...
2023-02-09  drhNew test cases added to fuzzdata8.db.
2023-02-09  drhThe "flexnum" affinity that was added by [44135d6ea84f7...
2023-02-08  drhBack out the 'txn' enhancement to date/time functions...
2023-02-08  drhAlways use 64-bit integers for stats associated with...
2023-02-08  danBetter fix the problem where optimizing an fts5 table...
2023-02-08  larrybrCause gcc warning suppression in shell.c to be nice...
2023-02-08  danUpdate an assert() in the stat4 code that is only true...
2023-02-08  drhFix an incorrect assert() in STAT4 logic added just...
2023-02-08  drhAdd the 'txn' date/time format. Change CURRENT_TIMESTA...
2023-02-08  drhTest cases to show that CURRENT_TIMESTAMP and similar... txn-date
2023-02-08  drhRevert the behavior of date/time functions with no...
2023-02-08  drhChange the behavior of date-time functions without...
2023-02-08  stephanMerge wasi-patches branch into trunk.
2023-02-07  drhSimplify the code and add test cases.
2023-02-07  drhAdd support for the 'txn' argument to date/time functio...
2023-02-07  danFix a test script problem causing "make test" to fail...
2023-02-07  drhFix a typo in example documentation code for sqlite3_vt...
2023-02-06  stephanMerge trunk into wasi-patches branch. wasi-patches
2023-02-06  stephanRoll back part of [c54f29d8] which attempted to use...
2023-02-06  danFix RBU test scripts to avoid attempting to copy or...
2023-02-06  drhOmit the obsolete client/server test cases.
2023-02-06  drhFix the build after the previous change test-cleanup
2023-02-06  drhRemove the long obsolete "client/server" mode tests.
2023-02-06  danUpdate test scripts speed1.test and speed1p.test so...
2023-02-06  drhShorten the status line for testrunner.tcl so that...
2023-02-06  drhFix error in the releasetest makefile target from the...
2023-02-06  drhUpdate "releasetest" makefile targets to use testrunner...
2023-02-06  stephanAdd capability to override the JS's use of console...
2023-02-06  danFix a formatting problem in scanstatus2.test introduced...
2023-02-06  danAdd the --fuzztest option to testrunner.tcl. Also,...
2023-02-06  danFix problems with test scripts preventing them from...
2023-02-06  danFix some test scripts that were failing with SQLITE_OMI...
2023-02-05  drhDo not use a Bloom filter if any outer loop lacks STAT1...
2023-02-05  drhAdd the "devtest" makefile target that runs both fuzzte...
2023-02-05  drhIn fuzzcheck, only show the description of each databas...
2023-02-05  drhRestore a test for pBt NULL that was removed by [12a147...
2023-02-05  drhModify the status line output from testrunner so that...
2023-02-05  drhChanges to the sqlite_dbpage virtual table to tag or...
2023-02-04  danAvoid running rbu tests under permutation "journaltest...
2023-02-04  drhAdd ALWAYS() and NEVER() macros to unreachable branchs...
2023-02-04  drhRemove an ALWAYS() that can be false in some very rare...
2023-02-04  danUpdates to the testrunner.tcl script so that uses a...
2023-02-04  danChanges so that wapptest.tcl still works.
2023-02-04  danUpdate testrunner.tcl usage message.
2023-02-04  danAdd testrunner.tcl "njob" and "status" commands.
2023-02-04  drhBetter error message when trying to do an INSERT on...
2023-02-03  danFixes for testrunner.tcl on windows.
2023-02-03  danFix a problem where optimizing an fts5 table too often...
2023-02-03  danHave testrunner.tcl run various builds as part of the...
2023-02-03  drhAttempt to fix harmless compiler warnings that reported...
2023-02-03  drhImproved detection of invalid command-line arguments...
2023-02-03  danAvoid using Tcl command [clock] in testrunner.tcl.
2023-02-02  danDo not run test script pendingrace.test as part of...
2023-02-02  danAdd configuration data for osx and windows to testrunne...
2023-02-02  drhImproved and simplified logic for resolving the various...
2023-02-02  drhResolve all possible aliases and variations of the...
2023-02-02  stephanRemove automatic installation of JS-global S object...
2023-02-01  drhAdjustments of assert() statement in STAT4 in order...
2023-02-01  drhNew assert() statements to verify that sqlite3DeleteInd...
2023-02-01  danUpdate testrunner.tcl to use a separate process for...
2023-02-01  drhJust because a CTE is used more than once, does not...
2023-02-01  danFix a comment related to PENDING locks in os_unix.c...
2023-01-31  danFix a race condition during hot-journal rollback on...
2023-01-31  danFix a race condition during hot-journal rollback that... pending-lock-race
2023-01-30  drhAdditional tweaks to the enhancement at [609fbb94b8f01d...
2023-01-29  stephanTwo JS file renames which got inadvertently undone...
2023-01-29  stephanCorrect the handling of the worker1 and promiser JS...
2023-01-28  danDo not assume that sub-queries that contain window...
2023-01-28  drhShow more details about the SrcItem.fg field in tree...
2023-01-28  danFix a problem causing "PRAGMA quick_check" to return...
2023-01-28  danUpdate sqllimits1.test to account for the fact that...
2023-01-28  stephanMakefile doc touchups - no code/build changes.
2023-01-28  stephanOverhaul ext/wasm/GNUmakefile to consolidate what amoun...
2023-01-28  stephanEnhance oo1.DB.exec() to simplify returning whole resul...
2023-01-28  stephanAdd JS bundler-friendly JS build. Minor test code cleanups.
2023-01-27  drhFix compiler warning in base85.c.
2023-01-27  stephanUpdate ext/wasm/README-dist.txt for the bundler-friendl... js-bundler-friendly
2023-01-27  drhAdd an assert() to help static analyzers.
2023-01-27  danDo not try to run rbu tests with builds that do not...
2023-01-27  stephanAdd a feature idea note to DB.exec(), derived from...
next