]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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.
2019-08-29  danFix other problems similar to ticket [c0390363].
2019-08-29  drhAdd a missing VdbeCoverage() macro.
2019-08-29  drhRemove an unreachable branch in the NULLS LAST logic...
2019-08-29  danFix another case where SQLite assumes that if "~(?...
2019-08-29  danAvoid assuming that for "~ (? OR TRUE)" to be true...
2019-08-29  danFix a potential buffer overrun in fts5 caused by corrup...
2019-08-29  drhImprove Lemon so that it enlarges some of its tables...
2019-08-28  drhFix an unreachable branch in sqlite3ParserFallback() lemon-optimization
2019-08-28  drhFurther improvements to parser speed by enlarging looku...
2019-08-28  drhIncrease the size of the yy_lookahead table so that...
2019-08-27  danAdd support for "ORDER BY ... NULLS FIRST" and "ORDER...
2019-08-27  drhThe ALWAYS() added by the previous check-in was incorre...
2019-08-27  drhAdd ALWAYS() to an always true conditional that results...
2019-08-27  drhOmit the "x IN (y)" to "x==y" optimization of check...
2019-08-27  drhIf a TEMP TRIGGER references an auxiliary schema, and...
2019-08-26  drhMerge in recent fixes from trunk. nulls-last
2019-08-26  danTweak the shell tool ".recover" command so that it...
2019-08-26  drhImproved detection of number of column mismatch for...
2019-08-26  drhFix typo in a comment. No code changes.
2019-08-26  drhEnforce 80-character line discipline in the CLI. Minor...
2019-08-24  danMinor performance improvement for balance_nonroot().
next