]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2015-03-12  drhAlways disallow functions as the DEFAULT of a column... stat4-function
2015-03-12  drhIf an error occurs in the compile-time evaluation of...
2015-03-12  drhThe valueFromFunction() routine is better able to handl...
2015-03-11  danAllow the default value for columns added using ALTER...
2015-03-11  danAllow the query planner to evaluate deterministic scala...
2015-03-11  drhExpand the multi-process test cases to repeat each...
2015-03-10  drhFix an incrblob2 test case so that it works on 32-bit...
2015-03-10  drhRevise test cases in malloc5.test to accommodate varyin...
2015-03-09  drhFix the LIKE optimization so that it works even if...
2015-03-09  drhAlways use LIKE optimization range constraints in pairs. like-opt-fix
2015-03-09  drhIncrease the version number to 3.8.9
2015-03-07  drhFix another problem with the LIKE optimization.
2015-03-07  drhFix the LIKE optimization so that it finds BLOB entries...
2015-03-07  drhNew test cases for LIKE and GLOB with BLOB left-hand...
2015-03-07  drhRemove some code that is commented out.
2015-03-07  drhFix problems with reverse order sorting and indexes...
2015-03-07  drhRefactor some jump opcodes in the VDBE. Add JumpZeroIn...
2015-03-06  drhTest cases added. Comments fixed. Proposed solution for
2015-03-06  drhFix the LIKE optimization even when comparing mixed...
2015-03-06  drhThe LIKE optimization must be applied twice, once for...
2015-03-06  drhClearification of some documentation text. Added requi...
2015-03-06  drhClarification of documentation on sqlite3_backup.
2015-03-05  drhNew test cases and requirements marks for PRAGMA index_...
2015-03-05  drhRevert "PRAGMA index_info" to output only three columns...
2015-03-05  drhNew requirements marks on compound SELECT statements.
2015-03-04  drhNew requirements marks on INSERT and INDEXED BY and...
2015-03-04  mistachkinFix harmless compiler warning.
2015-03-04  drhRefinement to the wording of the documentation on depre...
2015-03-04  drhRemove a surplus </dl> mark in the documentation...
2015-03-03  drhClean up #ifdef logic dealing with VxWorks in os_unix...
2015-03-03  drhFix compiler warnings when compiling under VxWorks 7.
2015-03-03  drhEnhance SQLITE_ALLOW_URI_AUTHORITITY to elide //localho...
2015-03-03  drhFix over-length source code lines in the main.c source...
2015-03-02  drhChanges so that the amalgamation and the command-line...
2015-03-02  drhEnsure that automatic indexes are *not* considered...
2015-02-28  drhIn the command-line shell, the inability to read ~...
2015-02-28  drhMore test cases and requirements marks for pragmas.
2015-02-27  drhRemove all references to SQLITE_DEFAULT_TEMP_CACHE_SIZE...
2015-02-27  drhNew requirements marks and a few new test cases to...
2015-02-27  drhAdd a couple of requirements marks.
2015-02-26  mistachkinFix potential memory leaks in the misc 'compress' exten...
2015-02-26  drhUpdate a requirements mark to reflect a change of wordi...
2015-02-26  drhFix a real bug (in test code) that was introduced while...
2015-02-26  drhSimplifications to the description of the nByte paramet...
2015-02-25  drhMake sure the sqlite3_mutex.id field is initialized...
2015-02-25  drhAdd support for the linenoise command-line editing...
2015-02-25  danAdd support for linenoise to shell.c. linenoise
2015-02-25  mistachkinWhen cleaning with MSVC, prevent superfluous output...
2015-02-25  drhRemove an always-false conditional from constructAutoma...
2015-02-24  danPrevent partial indexes on the table on the left hand...
2015-02-24  drhMake sure partial indexes are not qualified incorrectly...
2015-02-24  drhMore test cases to help ensure that partial indexes... tkt-2326c258
2015-02-24  drhThis additional fix prevents a partial index from being...
2015-02-24  drhMake sure partial automatic indexes are not based on...
2015-02-21  drhUpdate document on sqlite3_mprintf() and related functi...
2015-02-21  drhFix a compiler warning associated with USE_PREAD64.
2015-02-21  drhFix over-length source code lines in os_unix.c.
2015-02-21  drhKeep track of the optimal number of reserved bytes...
2015-02-19  drhFix errors in the EBCDIC upper-case to lower-case trans...
2015-02-19  drhRemove a redundant call to statfs() in the xOpen()...
2015-02-19  drhMove the os_unix.c file closer to apple-osx.
2015-02-19  drhFirst small steps toward brining trunk and apple-osx...
2015-02-13  drhImprovements to SQLITE_ENABLE_API_ARMOR.
2015-02-13  drhMake sure the prepared statement auto-resets on extende...
2015-02-12  mistachkinFor the shell '.import' command, make sure the last...
2015-02-09  drhPropagate COLLATE operators upward through function...
2015-02-09  danFix WITHOUT ROWID table handing in sqlite3_analyzer.
2015-02-09  drhAdd test cases for the query flattener fix for tkt-2f7170d7
2015-02-09  drhPropagate the COLLATE operator upward through function...
2015-02-09  drhDisable the query flattener for aggregate subqueries...
2015-02-09  drhRename the internal "EP_Constant" bitmask to a less...
2015-02-09  drhIn selecttrace 0x100 mode, show the parse tree after...
2015-02-09  drhIn selecttrace mode 0x100, show a complete parse-tree...
2015-02-09  drhFix over-length source code lines in resolver.c. No...
2015-02-07  drhFix potential 32-bit integer overflow problems on the...
2015-02-06  drhChange the name of ".info" to ".dbinfo" and add an...
2015-02-06  drhAdd the ".info" command to the shell.
2015-02-06  drhAdd the index_xinfo pragma which gives information...
2015-02-04  drhMerge all recent trunk changes, including the movement... index_xinfo
2015-02-04  drhFix a missing mutex in SQLITE_TESTCTRL_IMPOSTER.
2015-02-03  drhFix a typo in the --help output for speedtest1. Fix...
2015-02-02  drhBreak out the (script-generated) pragma parsing tables...
2015-01-31  drhAdd the "index_xinfo" pragma. Add new columns to the...
2015-01-30  drhChange SQLITE_TESTCTRL_INITMODE to SQLITE_TESTCTRL_IMPO...
2015-01-30  drhAdded SQLITE_TESTCTRL_INITMODE for improved testability.
2015-01-30  drhAdd a few simple test cases for SQLITE_TESTCTRL_INITMOD... initmode-testctrl
2015-01-29  mistachkinFix some duplicated test names.
2015-01-29  danEnsure that "PRAGMA wal_checkpoint = TRUNCATE|FULL...
2015-01-29  drhSplit up the SRC variable in Makefile.msc to avoid...
2015-01-29  drhAdd the INITMODE test-control.
2015-01-29  danOptimize range constraints on the rowid column of fts3...
2015-01-27  mistachkinFix harmless compiler warnings.
2015-01-27  danFix a bug in the fts3 snippet() function causing it...
2015-01-27  danImprove the performance of fts3/4 queries that use...
2015-01-27  drhFix a (almost always harmless) read past the end of...
2015-01-25  drhThe va_list argument cannot take on a NULL value and...
2015-01-24  drhIn the command-line shell, make sure stderr is unbuffer...
2015-01-22  drhMake sure errors in the FROM clause of a SELECT cause...
2015-01-22  drhChange the undocumented ".selecttrace" command in the...
2015-01-21  danFix an assert() that may fail following an OOM error.
next