]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-06-16  danAvoid transforming TK_COLLATE or TK_UNLIKELY Expr nodes... tkt-e1e07ef2
2019-06-15  danFix minor problems in the test code in test_demovfs.c.
2019-06-15  danAdd extra test case for one of the problems fixed by...
2019-06-15  drhEnsure that sqlite3RenameExprUnmap() does an unmap...
2019-06-14  drhDeprecate the SQLITE_ALLOW_COVERING_INDEX_SCAN compile...
2019-06-14  drhFix the implementation of the built-in RTRIM collating...
2019-06-14  drhRefactor the LIKE optimization decision logic so that...
2019-06-13  drhAdd a new requirement mark on the ctime.c code.
2019-06-13  drhDo not use the %lld printf conversion in the platform...
2019-06-13  drhFix a minor error in a test script, and harmless compil...
2019-06-12  drhAdjust requirements marks and add new requirements...
2019-06-12  drhAs a special case, casting '-0.0' into numeric should...
2019-06-12  danHandle expressions like "expr IS TRUE COLLATE xyz"...
2019-06-11  drhThe affinity of the unlikely() function and its cousins...
2019-06-11  drhMake sure the affinity of the RHS of an IN operator...
2019-06-11  drhMark an unreachable branch with an ALWAYS macro.
2019-06-11  drhNew test case in fuzzdata8.db.
2019-06-11  drhOff-by-one error in the CAST to NUMERIC logic.
2019-06-11  danHave the ALTER TABLE code handle the case where an...
2019-06-11  drhAdd the new sqlite3ExprUnmapAndDelete() function and...
2019-06-11  drhThe ALTER TABLE command should not attempt to rename...
2019-06-11  drhFix repeated test numbers in the altertab2.test file.
2019-06-11  drhRemove a comment made obsolete by check-in [71643deb6bb...
2019-06-10  drhA string consisting of a single '.' is not a floating...
2019-06-10  danHave ALTER TABLE commands ignore the lhs of "expr IN...
2019-06-10  drhImprovements to the documentation for the xAccess metho...
2019-06-10  drhMake sure a CAST to "NUMERIC" results in an integer...
2019-06-10  danHandle renaming a column or table when the schema conta...
2019-06-10  danDo not attempt the LIKE optimization on a column with...
2019-06-07  drhRemove code in the round() SQL function that became...
2019-06-07  drhWhen casting string values into numeric and the string...
2019-06-07  danAlso upgrade script config.sub to the latest version...
2019-06-07  danUpgrade the config.guess script to the latest version.
2019-06-05  drhCLI enhancements: Add the ".filectrl" command. Make...
2019-06-05  danAdd a test case for the unix SQLITE_FCNTL_CHUNK_SIZE...
2019-06-04  drhIn the CLI, add a small delay (0.1 seconds) after launc...
2019-06-04  drhNew dbsqlfuzz test cases add to test/fuzzdata8.db.
2019-06-04  danFix a segfault in fts3 that could occur when processing...
2019-06-03  mistachkinFix harmless compiler warning in lemon.
2019-05-30  drhOptimization to the round() SQL function for large...
2019-05-30  drhSmaller and faster sqlite3IsNaN() implementation makes...
2019-05-29  drhMuch faster implementation of applyNumericAffinity...
2019-05-29  drhAdd an assert() as an additional test for fix in check...
2019-05-29  drhFix the query flattener optimization so that it preserv...
2019-05-28  danFix an assert() in fts3 that could fail when processing...
2019-05-27  drhFix an error message on the blobread() extension functi...
2019-05-27  drhFix a memory leak in the delta_parse() table-valued...
2019-05-27  drhImproved rounding even on systems with an 8-byte "long...
2019-05-25  drhPerformance enhancement in sqlite3AtoF(). About 8...
2019-05-25  drhUse "long double" literals to initialize an array of...
2019-05-25  drhAdd new cases to speedtest1 for measuring performance...
2019-05-25  drhDisable the new rounding tests on systems without long...
2019-05-24  drhImprovements to rounding behavior in the round() and...
2019-05-24  danFix an fts5 segfault that could occur after parsing...
2019-05-23  danAdd test cases for the fix in the previous commit.
2019-05-23  drhImprovements to the view-self-join optimization so...
2019-05-22  drhNew test case for check-in [74ef97bf51dd531a] that...
2019-05-22  drhRenumber the Select.selId values in the copies of SELEC...
2019-05-22  drhNew dbsqlfuzz find added to test/fuzzdata8.db.
2019-05-22  danFix a buffer overread that could in fts3 when dealing...
2019-05-21  drhCombine the implementations of the key and hexkey pragm...
2019-05-21  danFix a problem in [b5ca442a] causing an assert() to...
2019-05-21  danUse a statement journal for all CREATE INDEX statements...
2019-05-20  danFix a segfault that could occur in sqlite3session_diff...
2019-05-20  drhImprovements to the automatic compile-time selection...
2019-05-20  drhA minor variation on check-in [1685610ef8e0dc] which...
2019-05-20  danDisallow string constants enclosed in double-quotes...
2019-05-20  danUpdate the sqlite3ExprCompare() routine so that it...
2019-05-18  danFix an assert() failure that could occur in a join...
2019-05-18  danAvoid including the comment in the output of "PRAGMA...
2019-05-17  drhDisable PRAGMA journal_mode=OFF when SQLITE_DBCONFIG_DE...
2019-05-17  danAlways store a REAL value in a column with REAL affinit...
2019-05-16  drhAdd test cases to test/fuzzdata7.db for (harmless)...
2019-05-16  drhInitialize the 18-byte overrun area on the buffer used...
2019-05-16  danFix an assert() in the OP_Delete opcode that could...
2019-05-16  danAdd new test file fts5corrupt4.test.
2019-05-16  drhFix a harmless use-of-initialized-value fault in the...
2019-05-16  mistachkinFix harmless compiler warning in the session extension.
2019-05-16  drhMake sure the OP_Concat opcode always correctly zero...
2019-05-15  drhFix the count-of-view optimization so that it is (corre...
2019-05-15  drhSimplify the "Verifying Code Authenticity" section...
2019-05-14  danFix a problem with the fix for [9cf6c9bb51] (commit...
2019-05-14  drhNew test cases in test/fuzzdata8.db.
2019-05-14  danFix a problem with corrupt db handling in the fts5_voca...
2019-05-14  danFix an assert() and potential buffer overrun in fts5...
2019-05-14  drhDisable index seek optimizations on REINDEX when the...
2019-05-13  danFix an assert() failure in fts5 that could occur when...
2019-05-11  drhA new implementation for the sqlite3ExprImpliesExpr...
2019-05-11  danWhen considering partial indexes, do not assume that...
2019-05-11  danDo not assume that "x IS NOT ?" implies "x NOT NULL...
2019-05-10  danAdd tests for the RBU module.
2019-05-10  drhFix harmless compiler warnings.
2019-05-10  drhFix harmless compiler warnings in the CLI.
2019-05-10  mistachkinFix some harmless compiler warnings. warnings
2019-05-10  drhEnsure that the BtShared.nPage value is reset correctly...
2019-05-10  danTreat integer values in window definition ORDER BY...
2019-05-10  drhImproved comments and extra assert() statements on...
2019-05-10  drhFix the previous check-in [db9acef14d492121] so that...
2019-05-10  drhFix the round() SQL function so that it handles infinit...
2019-05-09  danFix another small buffer overread in sqlite_dbdata...
next