]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-04-17  drhAdded a comment on the assert() added to the previous...
2018-04-17  drhFixes to the logic for constraint check reordering...
2018-04-17  drhDuring PRAGMA vdbe_addoptrace=ON, show calls to sqlite3...
2018-04-17  drhTK_REGISTER expressions nodes are probably not constant...
2018-04-17  drhSimplification to the upsert logic.
2018-04-17  danAdd some more simple test cases for UPSERT. And a minor...
2018-04-17  drhNew test cases for upsert.
2018-04-16  drhMerge the Lemon enhancement from trunk, resulting in...
2018-04-16  drhLemon enhancements: (1) Do not allocate space for...
2018-04-16  drhRemove the MySQL upsert syntax. As an optional alias...
2018-04-16  drhAdd support for the "excluded.*" names in the UPDATE...
2018-04-16  drhMerge changes from trunk.
2018-04-16  drhIncrease the version number to 3.24.0
2018-04-16  drhReduce the size of the NameContext object by grouping...
2018-04-14  drhGet upsert working on WITHOUT ROWID tables.
2018-04-14  drhMake sure constraint checks occur in the correct order...
2018-04-13  drhFirst cut at logic to perform DO UPDATE for rowid tables.
2018-04-13  drhAdd infrastructure for doing an UPDATE as part of an...
2018-04-13  drhMerge the preupdate hook change from trunk.
2018-04-13  drhRemove an always-true branch from the preupdate hook...
2018-04-13  drhGet the ON CONFLICT DO NOTHING form of upsert working...
2018-04-13  drhGet the conflict-target clause parsing working correctl...
2018-04-13  drhImproved conflict-target matching logic.
2018-04-13  drhBack off of the extended upsert syntax that allows...
2018-04-13  drhBegin adding upsert logic. This is an incremental...
2018-04-12  drhBreak out the upsert code into a separate source file.
2018-04-12  drhFix another typo in a comment.
2018-04-12  drhSimple comment clarification. No code or logic changes.
2018-04-12  drhExtend the upsert syntax to allow a WHERE clause on...
2018-04-12  drhUpdate the upsert parsing so that it accepts conflict...
2018-04-12  drhAdd the Upsert object for holding upsert clause informa...
2018-04-12  drhMerge changes from trunk.
2018-04-11  drhHelp the parser run faster by avoiding the "explain...
2018-04-11  drhProhibit bound parameters in the arguments to table...
2018-04-11  danMinor simplification to internal function generateSortT...
2018-04-10  mistachkinInclude the 'sqlite3rebaser_' APIs in the Windows ...
2018-04-10  drhVersion 3.23.1 version-3.23.1
2018-04-10  danFix a problem causing the LEFT JOIN strength reduction...
2018-04-10  danWhen testing, avoid injecting an OOM fault into a file...
2018-04-10  drhIncrease the version number to 3.23.1.
2018-04-10  danFix a problem causing the LEFT JOIN strength reduction...
2018-04-10  drhRemove an unnecessary SQLITE_UNTESTABLE compile-time...
2018-04-10  drhUpdate the top-level README.md file to point to the...
2018-04-10  drhUpdate the top-level README.md file to point to the...
2018-04-09  drhMinor changes to the input grammar resulting in a faste...
2018-04-09  drhEnhance the query planner so that it detects when the...
2018-04-09  danFix the fts5 xBestIndex method so that it is not confus...
2018-04-09  drhImprovements to ".wheretrace" output.
2018-04-09  danAdd a "flags" parameter to experimental API sqlite3chan...
2018-04-09  drhFix a (harmless) signed integer overflow warning.
2018-04-07  drhMore complete parsing of UPSERT, including UPSERT withi...
2018-04-06  drhDemonstration of how the parser can be augmented to...
2018-04-06  drhEnhance LEMON to show precendence of symbols and all...
2018-04-06  danFix a problem in the sessions module causing sqlite3ses...
2018-04-05  danFix an instance where an uninitialized VM register...
2018-04-05  drhFix the sqlite3WhereTrace mechanism so that it compiles...
2018-04-04  mistachkinFix segfault in 'eval.c' extension when used with ...
2018-04-03  drhFix an error message in speedtest1.c and make the ...
2018-04-03  danUpdate speedtest1.c with new testset "trigger" based...
2018-04-03  danFix a few small test script issues affecting SQLITE_TEM...
2018-04-03  drhFix the generate_series virtual table so that it correc...
2018-04-03  drhChange the LEFT JOIN strength reduction optimization...
2018-04-02  drhVersion 3.23.0 version-3.23.0
2018-04-02  drhBetter solution to the LIKE problem from the previous...
2018-03-31  drhFix a logic error discovered by OSSFuzz.
2018-03-31  danFix an assertion failure triggered by a SELECT with...
2018-03-30  drhFix a bug in the spellfix extension causing it to compu...
2018-03-30  drhFix an off-by-one error in the dist3 algorithm of the...
2018-03-29  danAnother change to test file zipfile.test to help it...
2018-03-29  danFix a test script bug causing zipfile.test to fail...
2018-03-29  drhModify the sqlite3OsFileControl() interface to detect...
2018-03-29  danUpdate memdb1.test so that it works with SQLITE_DEFAULT...
2018-03-28  drhFix a harmless compiler warning in the kvtest.exe program.
2018-03-28  drhFix a harmless compiler warning.
2018-03-28  danAdd -DSQLITE_ENABLE_DESERIALIZE to the "Device-Two...
2018-03-28  drhRemove tab characters. No logical changes to code.
2018-03-28  drhMinor comment changes.
2018-03-27  drhFix a typo in the README file for ICU. No code changes.
2018-03-27  drhThe push-down optimization was being too aggressive...
2018-03-27  drhProvide the ability for the VFS to do a blocking wait...
2018-03-26  drhDo not inject OOM errors on SQLITE_FCNTL_LOCK_TIMEOUT... lowlevel-lock-timeout
2018-03-26  drhAvoid a race condition that might cause a busy_timeout...
2018-03-26  danFix a typo preventing test script avtrans.test from...
2018-03-26  drhAdd infrastructure to support for using F_SETLKW with...
2018-03-26  drhRefactor some internal object element names used by...
2018-03-24  mistachkinFix a couple issues in the 'session' module tests.
2018-03-24  mistachkinFix harmless compiler warning seen with MSVC.
2018-03-24  drhAdd testcase() macros and improve comments in the LEFT...
2018-03-24  drhYet another fault in the sqlite3ExprImpliesNotNull...
2018-03-24  danFix a test script problem causing shell1.test to fail...
2018-03-24  drhBug fix in the LEFT JOIN strength reduction optimization of
2018-03-24  drhPrepend linkage macros to the sqlite3rebaser interfaces.
2018-03-23  danFix typos in sqlite3session.h preventing documentation...
2018-03-23  danFix minor problems with passing NULL pointers to memcmp...
2018-03-23  drhFix the -readonly option on the CLI so that it actually...
2018-03-23  mistachkinAdd some more tests for the IS TRUE / IS FALSE operators.
2018-03-23  drhFix typo in a comment used for documentation. No chang...
2018-03-23  mistachkinEnhance .schema in shell to enable matching patterns...
2018-03-23  drhFix an error in the CLI in the previous ([0249d9aecf699...
2018-03-23  drhFix the ANALYZE command so that it will process tables...
next