]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-08-11  danFix an RBU problem with restarting an update after... rbu-replace-hack
2021-08-11  danIf the special "sqlite_rbu_replace_hack" table is prese...
2019-10-04  drhVersion 3.30.0 version-3.30.0
2019-10-03  danAvoid running a couple of tests in affinity2.test as...
2019-10-03  drhIncrease the precision of floating point value display...
2019-10-03  danFix some test script issues that come up with SQLITE_OM...
2019-10-03  danFix issues with command line invocation of wapptest...
2019-10-02  drhUpdate error detection logic in releasetest.tcl to...
2019-10-02  danUpdate corruptM.test to account for the fact that the...
2019-10-02  danFix a long-standing problem in fts4 incrmental merge.
2019-10-02  drhDisable sqlite3_drop_module() tests when virtual tables...
2019-10-01  drhRemove references to test scripts analyzeA.test and...
2019-09-30  drhThe nodeReaderInit() function in FTS3 may not assume...
2019-09-28  drhAdd missing comment to constant definitions.
2019-09-28  drhImprovements to a comment. No code changes.
2019-09-28  drhIn FTS3/4, the poslist end marker must be larger than...
2019-09-27  drhUpdate requirement marks due to changes in documentatio...
2019-09-27  drhAllow compile-time options -DHAVE_GETHOSTUUID=0 and...
2019-09-27  drhAlternative implementation of the previous check-in...
2019-09-27  drhFix sqlite3ExprCompare() so that it ignores differences...
2019-09-26  danMore minor test file fixes.
2019-09-26  drhAllow DROP TABLE to work on tables name "sqlite_paramet...
2019-09-26  danMinor fix for test file indexexpr1.test.
2019-09-26  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2019-09-26  drhTest for an OOM condition in resolveAlias().
2019-09-26  danFix a window-functions problem that could occur if...
2019-09-25  drhAdd a missing VdbeCoverage() macro.
2019-09-25  drhRemove an unused variable.
2019-09-25  danFurther simplifications to window-function code.
2019-09-25  drhIn the previous check-in, the variable should be openMo...
2019-09-25  drhIn the unix VFS layer, do not attempt to chown() the...
2019-09-25  drhSimplifications to the window-function code.
2019-09-24  danBug fixes for window frames of the form (... RANGE...
2019-09-23  drhOmit the sqlite3IntTokens array constant for a code...
2019-09-23  drhWhen a scalar subquery has a pre-existing "LIMIT X...
2019-09-21  drhFix a harmless unused variable warning in the test...
2019-09-21  drhFix harmless compiler warnings.
2019-09-21  danAllow SQLite to omit redundant ORDER BY sorts in the...
2019-09-21  drhAdd --multithread, --serialized, and --singlethread...
2019-09-20  danSimplify the fix in the previous commit.
2019-09-20  danFix a problem with queries containing a min() or max...
2019-09-19  danFix an assert() in fts3 that could fail when accessing...
2019-09-18  drhAlways clear the temporary register cache after coding...
2019-09-18  danAdd extra tests for the handling of corrupt records...
2019-09-18  drhFix another potential "jump depends on uninitialized...
2019-09-18  danFix a "jump depends on unititialized value" valgrind...
2019-09-18  drhFix an OOB read in the INSTR() function introduced...
2019-09-17  drhDo not change the OP_String8 opcode into OP_String...
2019-09-17  drhTest cases for ticket [587791f92620090e]
2019-09-17  drhFix the instr() SQL function so that it makes a copy...
2019-09-16  drhImproved type information display when tracing VDBE...
2019-09-16  drhDo not attempt the LIKE optimization for non-text colum...
2019-09-16  drhAdd recent interesting cases from dbsqlfuzz.
2019-09-16  drhDocumentation updates for the SQLITE_DIRECTONLY flag.
2019-09-16  danFix a problem with processing CTEs that use a WINDOW...
2019-09-14  danAdd the --no-rowids option to the ".recover" command.
2019-09-14  drhExtra comments on fields of the Window object.
2019-09-14  drhFix the windows inverse function on the JSON aggregates.
2019-09-13  danFix a problem with using json1 window functions with...
2019-09-13  drhFix the windowB test module so that it works even if...
2019-09-13  danAdd the SQLITE_SUBTYPE flag, which may be passed to...
2019-09-13  drhFix a typo in the carray extension header comment ...
2019-09-13  danChange the meaning of the SQLITE_SUBTYPE flag so that... window-functions-subtype-fix2
2019-09-13  danMerge latest trunk changes with this branch.
2019-09-13  drhEnsure that the idxStr for FTS5 is always zero-terminated.
2019-09-13  drhFix harmless compiler warnings.
2019-09-12  danAllow fts5 to filter on multiple MATCH clauses in a...
2019-09-11  mistachkinFix typo for one instance of line number handling in...
2019-09-10  drhEnhance treeview to show SOFT-COLLATE for TK_COLLATE...
2019-09-10  danEnsure the columns of views and sub-queries maintain...
2019-09-09  danEnsure the columns of views and sub-selects in the...
2019-09-09  danEnsure the columns of views and sub-selects in the... tkt-a7debbe0_
2019-09-07  danAdd the SQLITE_SUBTYPE flag, which can be passed to...
2019-09-04  danFix handling of NULL, text and blob values in window...
2019-09-03  drhUpdates to the default settings in Makefile.linux-gcc.
2019-09-03  drhWhen we play games with COLLATE in order to commute...
2019-09-02  drhFix a bug introduced earlier today by check-in [88833a9...
2019-09-02  danFix a potential crash in fts5 caused by using an auxili...
2019-09-02  drhWhen applying the IN_INDEX_NOOP optimization and the...
2019-09-02  drhFix an obsolete comment that defines the meaning of...
2019-09-02  drhWhen computing an expression value for an index-on...
2019-09-01  drhRemove an obsolete paragraph from the OP_Column documen...
2019-08-31  drhFix a harmless compiler warning.
2019-08-31  drhMark new VDBE branches never taken.
2019-08-31  drhImprovements to the algorithm that determines which...
2019-08-31  danIf a DELETE trigger fired by an UPDATE OR REPLACE state...
2019-08-31  drhRemove some affinity tests that became unreachable...
2019-08-30  drhWhen the affinity of a table column is INT or REAL...
2019-08-30  drhMake sure OP_RealAffinity has been applied to all colum...
2019-08-30  drhImprovements to VDBE tracing. No changes to code in...
2019-08-30  danAdd test case to window8.test. Also fix an error in...
2019-08-30  drhBack out the change at [47cd634c98b502d4] which was...
2019-08-30  danAdd further comments to window.c.
2019-08-30  drhNew test cases for window functions with RANGE BETWEEN...
2019-08-30  danFix a bug in RANGE window functions that use "ORDER...
2019-08-30  drhThe expression "(X IS FALSE) IN (FALSE)" does not imply...
2019-08-30  drhThe expression "(X IS FALSE) BETWEEN FALSE AND TRUE...
2019-08-30  drhThe expression "(x IS FALSE) IS FALSE" does not imply...
2019-08-29  drhRemove a faulty testcase() macro.
2019-08-29  danImprove vdbe branch coverage of NULLS LAST code.
next