]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-03-31  drhMake sure an OOM error on sqlite3PagerPagecount() is...
2010-03-31  drhReport corruption if a database contains a reference...
2010-03-31  drhClarification of the implementation of SQLITE_STMTSTATU...
2010-03-31  danClear the column cache before populating aggregate...
2010-03-31  drhDocumentation enhancements for the sqlite3_log() interf...
2010-03-31  drhInclude shell.c and sqlite3.def in the amalgamation...
2010-03-31  drhIncrease test coverage following the introduction of...
2010-03-30  drhContinuing refinements to the filesize-in-header enhanc...
2010-03-30  drhAdd a NEVER macro around a test in btree.c that can...
2010-03-30  danDo not crash when compiling an "INSERT INTO tbl DEFAULT...
2010-03-30  drhChange an #if into an #ifdef.
2010-03-29  drhPull the experimental file-size-in-header changes into...
2010-03-29  drhThe btree layer now tracks when a database is empty...
2010-03-29  drhFix issues with the io.test script. There is still...
2010-03-27  drhExperimental changes that cause SQLite to use bytes...
2010-03-27  danIncrease the estimated cost of using a virtual table...
2010-03-26  shanehFix OOM error on ANALYZE with STAT2 enabled with zero...
2010-03-24  danFix for [9861b74ab9]. Correctly handle strings with...
2010-03-24  drhAttempt to suppress a warning from Borland Code Guard.
2010-03-23  drhMore commenting and documentation enhancements in FTS3.
2010-03-23  drhFix up obsolete comments in FTS3 to conform to the...
2010-03-23  drhClose the auxiliary database db2 at the end of the...
2010-03-22  danAdd an extra test case for crash recovery.
2010-03-22  danAfter a rollback that writes or truncates the database...
2010-03-22  drhDisable the "init.test" test script when compiled with...
2010-03-22  danChange the formatting of the preprocessor macros surrou...
2010-03-19  drhPut an ALWAYS() around a condition in pcache.c that...
2010-03-19  danHave the xUpdate() method of the rtree module virtual...
2010-03-19  drhStore the SQLite version number of the last writer...
2010-03-19  drhMake sure the in-journal boolean vector is cleared...
2010-03-19  drhDo create, open, or initialize the rollback journal...
2010-03-19  danRewrite a couple of queries used internally by FTS3...
2010-03-18  drhMark internal routines as "static" in FTS3.
2010-03-15  drhImproved error message when the right-hand operand...
2010-03-15  drhFix FTS3 so that it does not run illegal SQL and cause...
2010-03-13  drhStore the database size in pages in bytes 28..31 of...
2010-03-12  drhAdd assert()s to mem2.c (activated by SQLITE_MEMDEBUG...
2010-03-10  drhMove the ctime.c source module near the beginning of...
2010-03-10  drhAdd the SQLITE_DBSTATUS_CACHE_SIZE verb for sqlite3_db_...
2010-03-10  drhRemove the "experimental" markings on most interfaces...
2010-03-10  drhFix typo in a comment in the sqliteInt.h. No changes...
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...
next