]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-10-02  drhFix the amalgamation builder so that it works with... branch-3.6.23
2010-10-01  drhBackport the RTree implementation from the trunk into...
2010-08-24  drhPull the incremental_vacuum bug fix ([255f1eefa37315394...
2010-05-19  drhCherry-pick the SQLITE_FCNTL_SIZE_HINT patch (check...
2010-05-19  drhDisable the corruptE test which SQLITE_OVERSIZE_CELL_CH...
2010-03-31  drhInclude shell.c and sqlite3.def in the amalgamation...
2010-03-26  drhUpdate the version number to 3.6.23.1.
2010-03-26  drhPull in other fixes from the trunk: check-ins [bea9258...
2010-03-26  drhFix to the crash8.test test script.
2010-03-26  drhEnhance FTS3 to take advantage of the MAX() optimization.
2010-03-26  drhCorrectly handle strings with zero-length tokens in...
2010-03-26  drhAfter any rollback that modifies the database file...
2010-03-09  drhVersion 3.6.22
2010-03-09  shanehFix a test script issue affecting the TCL backup tests...
2010-03-09  shanehVersion 3.6.23 release candidate 4
2010-03-09  shanehMinor changes to silence compiler warnings on various...
2010-03-09  drhVersion 3.6.23 release candidate 3
2010-03-09  drhCheck-in [87a6a9970b] did not completely disable FTS4...
2010-03-09  drhVersion 3.6.23 release candidate 2
2010-03-09  drhDisable FTS4 (which is incomplete and not ready for...
2010-03-09  drhVersion 3.6.23 release candidate 1
2010-03-08  drhAdd NEVER and assert macros and explanatory comments...
2010-03-08  danCorrect an assert() in mem2.c (test code only).
2010-03-08  danDo not run the stmt.test script as part of the inmemory...
2010-03-05  drhMake sure the dbFileVers field in the Pager object...
2010-03-05  danChange a condition in sqlite3VdbeMemShallowCopy() to...
2010-03-05  danFix a one byte buffer overread in fts3.
2010-03-05  danModify the vdbe so that the comparison operator opcodes...
2010-03-05  drhAdjustments to #ifdefs so that the #include of <sys...
2010-03-05  drhAdjust some #ifdefs so that the build works on Mac...
2010-03-04  danFix for [9abd6aa831]. Do not overread a buffer used...
2010-03-04  drhFix an uninitialized variable in printf when compiling...
2010-03-04  drhSuppress harmless compiler warnings.
2010-03-04  drhIncrease the maximum length of an sqlite3_log() result...
2010-03-03  drhPull the latest Lemon updates from the lemon-update...
2010-03-03  drhModify the sqlite3_log() interface and implementation...
2010-03-03  icculusFixed compiler warning on Visual Studio.
2010-03-03  icculusWhoops, that shouldn't have been in the merge. Removed...
2010-03-03  icculusUse Strsafe() instead of strdup(). Fixes Visual Studio...
2010-03-03  icculusMerged trunk to lemon-update-2010 branch.
2010-03-03  danFix some extra instances of the constants addressed...
2010-03-03  drhFactor out constant expressions in sqlite3GetVarint...
2010-03-03  danModify the command line tool to disable all mutexes...
2010-03-02  drhWhen TEMP files are in memory, also put the massive...
2010-02-26  drhRename the sqlite_compile_option_*() SQL functions...
2010-02-26  drhRemove the compile_option pragma (retaining compile_opt...
2010-02-26  danAvoid a buffer overwrite that can occur with a corrupt...
2010-02-26  drhAvoid incorrect compiler warnings by doing a couple...
2010-02-26  drhIncrease the version number to 3.6.23 in preparation...
2010-02-26  shanehMinor changes to silence some compiler warnings with...
2010-02-25  drhFix to the database connection validity checker. Other...
2010-02-25  drhTest coverage enhancements. Additional documentation...
2010-02-25  danAdd experimental fix for corruption detection problem...
2010-02-25  shanehFixed numbering of a few tests; minor tweaks on others.
2010-02-25  drhMinor simplifications to the compile-time option report...
2010-02-25  drhExpire pragma statements when reset, even if they were...
2010-02-25  drhMake sure the ON clause of a LEFT JOIN does not cause...
2010-02-24  drhAdd testcase() macros beside each sqlite3_log() call...
2010-02-24  shanehChanges to compile time option diags to report values...
2010-02-24  drhAdd a sqlite3_log() call on anonymous constraint failures.
2010-02-24  drhFix an incorrect ALWAYS() macro in vdbeapi.c. Fix...
2010-02-24  drhRemove an unused variable from rtree.
2010-02-24  drhEnhancements to the way errors are reported up when...
2010-02-24  drhFix an assertion fault that occurs when two different...
2010-02-23  drhFix the stmt.test test script so that it works with...
2010-02-23  drhMerge the compile-time option introspection interfaces...
2010-02-23  drhContinuing improvements to error reporting and the...
2010-02-23  shanehRefactored compile time option diagnostic support to... compile_opts
2010-02-23  danFix a segfault that can occur if a malloc fails in...
2010-02-23  drhRemove the obsolete sqlite3SafetyOn() mechanism. Add...
2010-02-23  danFix a segfault that can occur if a malloc fails in...
2010-02-23  shanehRemoved checking of some compile options from the sqlit...
2010-02-23  shanehTest new api to report which options (defines) were...
2010-02-23  drhAdd the ".log" command to the shell. This shows that...
2010-02-23  drhRemove the ".genfkey" command from the shell. We've...
2010-02-22  drhFix an assertion-fault/segfault problem that comes...
2010-02-22  drhMerge in the massive clean-up and ANSI-fication of...
2010-02-22  drhLog all error messages if logging is enabled.
2010-02-19  shanehChanges to pragma integrity_check to check rowid order...
2010-02-18  drhAdd a new, experimental logging interface designed...
2010-02-18  danAllow statements like "REPLACE INTO tbl(rowid) VALUES...
2010-02-17  icculusRepore error if the grammar has multiple %type lines...
2010-02-17  icculusFixed % formatting in some printf-style strings.
2010-02-17  icculusCorrected error message (cut-and-paste bug).
2010-02-17  shanehConsistent use of #ifdef for SQLITE_HAS_CODEC to avoid...
2010-02-17  icculusRemoved unused variables.
2010-02-17  shanehAvoid using the internal printf routine for round(x...
2010-02-17  shanehMore rounding tests.
2010-02-16  shanehRemove duplicated assignment in realloc.
2010-02-16  shanehAdded additional rounding tests.
2010-02-16  icculusRemoved %expect directive, on drh's advice.
2010-02-16  icculusPatched to compile. Accidentally removed va_list declar...
2010-02-16  danChange a C++ style comment in os_unix.c to use normal...
2010-02-16  danFix for [e9a9fde1f4]. When opening an existing rtree...
2010-02-15  drhFix the ALTER TABLE RENAME command so that it converts...
2010-02-15  drhWhen creating a trigger on a main database table when...
2010-02-15  drhFix a compiler warning in shell.c. Updates to comments...
2010-02-15  drhFix a typo in the documentation for the OP_OpenPseudo...
2010-02-15  icculusRemoved the 80-char line formatting for ErrorMsg()...
2010-02-14  icculusMake Lemon able to compile as C++ code.
next