]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2019-07-22  drhDo not use the insert-overwrite optimization if the... branch-3.29
2019-07-19  drhFix a new problem in the BETWEEN operator when applied...
2019-07-17  drhWhen processing a BETWEEN or CASE expression, avoid...
2019-07-17  drhFix problems with duplicate fields in the PRIMARY KEYs...
2019-07-10  drhVersion 3.29.0 version-3.29.0
2019-07-09  drhAdd the "LL" suffix on a pair of larger integer literal...
2019-07-09  danUpdate rtree.c so that SQLITE_DEBUG is required to...
2019-07-09  danFix a test script problem in windowfault.test.
2019-07-08  drhFix dbfuzz2 so that it will compile on systems that...
2019-07-08  danFix an assert() that [28196d89] caused to fail.
2019-07-08  danEnsure collation sequences and affinities work in windo...
2019-07-05  danFix a valgrind problem in fts3corrupt4.test.
2019-07-04  danAs it requires wal mode support, do not run test file...
2019-07-04  danFix a typo in the wapptest.tcl script.
2019-07-04  danHave wapptest.tcl run at least one threadtest with...
2019-07-04  danFix a race condition that could occur in SQLITE_ENABLE_...
2019-07-02  drhRestore the legacy behavior of enabling double-quoted...
2019-06-28  drhUse the OP_Sequence opcode for generating unique rowid...
2019-06-26  danEnsure that when an ephemeral cursor is reopened with...
2019-06-21  danFix a typo in an option name for the .dbconfig command...
2019-06-17  danFix a problem with handling with handling quoted path...
2019-06-17  drhNew sqlite3_db_config() options:
2019-06-17  drhImproved interface to double-quoted string literal... new-dbconfig-options
2019-06-16  drhAvoid transforming TK_COLLATE or TK_UNLIKELY Expr nodes...
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  drhAdd SQLITE_DBCONFIG options LEGACY_ALTER_TABLE, NO_DQS_...
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...
next