]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-05-29  drhStill more refinements to the hasHotJournal() fix of...
2009-05-29  drhThe hasHotJournal() fix of check-in (6687) causes some...
2009-05-29  drhModify the hasHotJournal() routine to return a false...
2009-05-28  drhRemove references to deleted function sqlite3ExprRegist...
2009-05-28  drhFix a NULL pointer dereference following an OOM error...
2009-05-28  drhMake sure the column name resolver does not try to...
2009-05-28  danielk1977Workaround the need for internal API sqlite3BtreeCursor...
2009-05-28  drhAdditional refinements to Expr handling. Restore compr...
2009-05-27  drhSimplifications to the Expr object: Remove Expr.span...
2009-05-25  drhFix the rtree test module so that it works even if...
2009-05-25  drhWhen pinning a temp register after it is reused by...
2009-05-25  danielk1977Add a test case for ticket #3879. (CVS 6675)
2009-05-24  drhAdditional clarification of the 3rd parameter to sqlite...
2009-05-24  drhIn the previous, the upper bound on the number of funct...
2009-05-24  drhCorrect and clarify the documentation on the third...
2009-05-22  danielk1977Do not transform a WHERE clause of the form "a = ?...
2009-05-22  drhAdd an assert() to pcache1.c to double-check that page...
2009-05-22  drhAdditional changes to pcache1 to prevent the page buffe...
2009-05-22  drhMake sure sqlite3_shutdown() completely disables the...
2009-05-22  drhAdd omitted word in the documentation for total_change_...
2009-05-22  drhFix an 8-byte alignment problem on HP/UX. Ticket ...
2009-05-21  drhSimplifications to expr.c in support of full coverage...
2009-05-21  drhIn the CLI in the ".dump" command, do not attempt to...
2009-05-21  drhIn the CLI, always "dump" the sqlite_sequence table...
2009-05-21  danielk1977Add conditional 'extern "C"' block to sqlite3async...
2009-05-20  drhFix a memory leak that occurs when an out-of-memory...
2009-05-20  drhRemove unused, undocumented, and untested error reporti...
2009-05-20  drhUpdates to the extension loading logic to support full...
2009-05-19  drhChanges to select.c to facilitate full coverage testing...
2009-05-19  drhImprovements to the SQLITE_INT_TO_PTR macro to reduce...
2009-05-19  drhUpdate the showdb.c utility so that it works with datab...
2009-05-18  danielk1977Fix memdb.test so that it works when OMIT_AUTOVACUUM...
2009-05-18  drhChanges to select.c in support of full coverage testing...
2009-05-18  drhFix a typo on a comment associated with check-in (6641...
2009-05-17  drhRemove debugging code accidently left in check-in ...
2009-05-17  drhTake care to free the memory for the ORDER BY clause...
2009-05-17  drhFix a typo in the sqlite3_blob_open() documentation...
2009-05-17  drhTweaks and simplifications to select.c to facility...
2009-05-16  drhAttempt to provide a version of the SQLITE_INT_TO_PTR...
2009-05-15  danielk1977Re-enable file locking in async4.test. (CVS 6640)
2009-05-14  drhDocumentation enhancements for sqlite3_update_hook...
2009-05-14  drhChange the sqlite3_backup_finish() interface so that...
2009-05-14  shaneDocumentation updates to better explain the SQLITE_OPEN...
2009-05-13  drhAdditional simplifications to build.c in support full...
2009-05-13  drhRemove incorrect NEVER() macro in the previous check...
2009-05-13  drhChanges to build.c to help facilitate full coverage...
2009-05-13  danielk1977Do not run async4.test as part of the "journaltest...
2009-05-13  danielk1977When locking a database file, check if any backup objec...
2009-05-12  drhRemove debugging comments left in the prior check-in...
2009-05-12  drhMove the sqlite3MinimumFileFormat() routine from build...
2009-05-12  drhMake sure the SQLITE_OPEN_EXCLUSIVE flag is ignored...
2009-05-12  drhTweaks to build.c to facilitate coverage testing. ...
2009-05-11  drhIf a virtual table constructor returns SQLITE_NOMEM...
2009-05-11  drhRework the logic that generates a schema for tables...
2009-05-11  drhEnhance the parser to allow nested parentheses in the...
2009-05-09  drhConvert an always-true condition in hash.c into an...
2009-05-09  drhAdd the SQLITE_TESTCTRL_ASSERT and SQLITE_TESTCTRL_ALWA...
2009-05-09  drhChange sqlite_blob_open() so that it zeros the output...
2009-05-09  drhChanges to the trigger.c module that facilitate full...
2009-05-08  danielk1977Fix a warning in the osx-specific part of os_unix.c...
2009-05-08  danielk1977Correctly update the cache page-count when discarding...
2009-05-07  drhIf compiling FTS3 in the amalgamation, include the...
2009-05-07  drhChange the sqlite3_create_function() family of routines...
2009-05-07  drhMake sure the iteration counter on aggregate functions...
2009-05-07  drhVersion 3.6.14 (CVS 6615)
2009-05-06  drhFix compiler warning found with gcc -Wextra. (CVS 6614)
2009-05-06  shaneChanges to silence compiler warnings under MSVC. (CVS...
2009-05-06  drhFix three variable initialization problems found by...
2009-05-06  chwupdated vxworks makefile for 3.6.14 release (CVS 6611)
2009-05-06  drhAdd a short pause to force a context swap while waiting...
2009-05-06  drhFix the test case misc3-6.11 so that it works correctly...
2009-05-05  drhMinor changes to the sqlite3_exec() implementation...
2009-05-05  drhBump the version number up to 3.6.14. (CVS 6607)
2009-05-05  drhChanges to vacuum.c to facilitate full coverage testing...
2009-05-05  drhMake sure the left-shift operator never overflows....
2009-05-05  drhChanges to update.c to facilitate full coverage testing...
2009-05-05  drhMake sure the default value on a column added using...
2009-05-04  drhMake sure va_arg() does not occur on the same line...
2009-05-04  danielk1977Avoid parsing cells that fit entirely on the b-tree...
2009-05-04  drhChanges to auth.c to promote full coverage testing...
2009-05-04  danielk1977Speed up INSERT operations that add data to UNIQUE...
2009-05-04  drhWork toward cleaning up the authorizer interface. ...
2009-05-03  drhChanges to facility full coverage testing of util.c...
2009-05-03  drhMore changes to insert.c to facilitate full coverage...
2009-05-02  drhSimplifications to the uniqueness constraint failure...
2009-05-02  drhRemove the aFKey hash table, which was not being used...
2009-05-02  drhReduce the size of an integer literal in rowhash.tcl...
2009-05-02  danielk1977When a cursor points at the last entry of an intkey...
2009-05-02  danielk1977Do not reset the cursor before seeking it in sqlite3Btr...
2009-05-02  drhWhen checking indices for xfer compatibility, compare...
2009-05-01  drhRecord within the Token structure itself whether or...
2009-05-01  drhFix an error message that is generated if the number...
2009-05-01  drhUpdate PRAGMA integrity_check so that it treats SQLITE_...
2009-05-01  danielk1977Change lock2.test so that it does not enter a busy...
2009-05-01  danielk1977Remove a NEVER() clause from a condition that is true...
2009-05-01  danielk1977Fix for tempdb.test so that it passes when running...
2009-05-01  drhFix processing of BEFORE triggers on INSERT statements...
2009-04-30  shaneMore cleanup, etc. to support MSVC compiles. (CVS 6582)
2009-04-30  drhDisable an always-false test in the attach.c module...
2009-04-30  danielk1977Fix a problem with in-memory sub-journals and exclusive...
next