]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-11-19  icculusLemon: Fixed compiler warning on Visual C++. lemon-update-2010
2010-11-19  icculusLemon: correcting previous win32 access() fix.
2010-11-19  icculusLemon: Patched to compile with Visual Studio.
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.
2010-02-14  icculusAdded option to not clip error output.
2010-02-14  icculusDelete output files if this is a failed run.
2010-02-14  icculusAdded %expect directive, to consider a certain number...
2010-02-14  icculusAdded -T option, to specify a template filename on...
2010-02-13  shanehMerged tracing and initialization changes from mutex_un...
2010-02-12  drhEnhancements to the secure_delete pragma to make it...
2010-02-12  drhAll the secure-delete setting to be changed at run...
2010-02-10  danFix a segfault in fts3 that may occur if the snippet...
2010-02-05  drhMake sure file descriptors are closed before unlinking...
2010-02-05  shanehAvoid truncating non-in-memory sub-journals when releas...
2010-02-05  drhRemove the use of 64-bit math in the offset computations of
2010-02-04  drhFix a performance glitch that appears for large transac...
2010-02-03  drhAdd a new full-text search variant that tracks the...
2010-01-31  drhFix a C++-ism that snuck into sqlite3_finalize().
2010-01-31  drhIf an OOM occurs while setting the page size for the...
2010-01-28  shanehTweaks for consistency to the SEE and CEROD API declara...
2010-01-26  drhMake the TEMP file tables use the page size set for...
2010-01-22  danFix two similar problems in fts3 that meant that an...
2010-01-21  drhFix a segfault that can occur when the LHS of a LIKE...
2010-01-21  drhRedesign the string to numeric value caster so that...
2010-01-20  danFix a problem with handling OOM errors in fts3.
2010-01-20  drhMove the Apple OS-X VFS changes into the trunk.
2010-01-20  drhManually copy over the rebustness fixes from the apple...
2010-01-18  shanehFix a problem with the CLI where not all SQL commands...
2010-01-15  danFix test numbering in fts3snippet.test.
2010-01-15  danAdd coverage tests for fts3_snippet.c. Also fixes relat...
2010-01-14  danAdd a test to e_fts3.test for the matchinfo example...
2010-01-14  danFix some matchinfo related test problems in fts3rnd...
2010-01-14  drhComment cleanup in sqliteInt.h.
2010-01-13  drhMake the sqlite3IsNaN() function a macro that evaluates...
2010-01-13  drhWhen SQLITE_OMIT_FLOATING_POINT is defined, the floatin...
2010-01-13  drhWhen SQLITE_OMIT_FLOATING_POINT is defined, make sure...
2010-01-13  drhMake the doubleToInt64() routine a pass-through when...
next