]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2009-04-30  drhDocumentation updates for sqlite3_set_authorizer()...
2009-04-30  drhDisallow attaching the same database multiple times...
2009-04-30  drhFix apparent typo on exclusive.test in the (6575) check...
2009-04-30  drhChanges sqlite3TempInMemory() to take a const parameter...
2009-04-30  danielk1977When SQLite is configured to use in-memory temp files...
2009-04-30  drhFix a memory leak introduced in the previous check...
2009-04-30  drhTake care not to leave a zombie attached database if...
2009-04-30  drhRemove always-true tests from attach.c. In btree.c...
2009-04-30  drhRemove an always-true test from delete.c. Move the...
2009-04-29  shaneFixed compile for MSVC; removed compiler warnings...
2009-04-29  danielk1977Modify the assemblePage() function in btree.c so that...
2009-04-29  drhUpdate the documentation on the sqlite3_changes() and...
2009-04-29  danielk1977Fix a case in where.c where a crash can follow a malloc...
2009-04-29  danielk1977Add a version of cellSizePtr() that is faster than...
2009-04-29  danielk1977Simplify a conditional expression in btree.c. (CVS...
2009-04-28  drhFix an out-of-order test number in blob.test. Cosmetic...
2009-04-28  drhFix asserts in hash.c so that zero-length symbols can...
2009-04-28  danielk1977When testing with TEMP_STORE=3 and the test pcache...
2009-04-28  drhRemove an unused function declaration from hash.h....
2009-04-28  danielk1977Further adjustment to rowhash.test to account for rowid...
2009-04-28  drhSimplifications to the symbol table implementation...
2009-04-28  danielk1977Have sqlite3_create_collation() return MISUSE if passed...
next