]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2002-02-02  drhCheckpoint code added to the pager. Regression tests...
2002-01-31  drhChange to five conflict resolution algorithms: ROLLBACK...
2002-01-30  drhAdded ON CONFLICT support to COPY. Updates to documenta...
2002-01-30  drhBetter testing of the ON CONFLICT logic. (CVS 358)
2002-01-30  drhMore bug fixes in the ON CONFLICT enhancement. (CVS...
2002-01-29  drhThe new ON CONFLICT logic is in and passes the legacy...
2002-01-29  drhBeginning to insert the infrastructure for ON CONFLICT...
2002-01-28  drhVersion 2.2.5 (CVS 448)
2002-01-28  drhBug fix: The IN operator was not working if either...
2002-01-24  drhDo not escape the backslash character in shell output...
2002-01-22  drhVersion 2.2.4 (CVS 449)
2002-01-22  drhConstant ORDER BY or GROUP BY expressions are an error...
2002-01-22  drhFix a bug in the -separator command-line option. (CVS...
2002-01-22  drhThe right-hand side of an AS in a SELECT can be used...
2002-01-16  drhVersion 2.2.3 (CVS 450)
2002-01-16  drhAdded the last_insert_rowid API function. Improved...
2002-01-15  drhAdded implementations for sqliteOsEnterMutex() and...
2002-01-14  drhFix warning messages in VC++. Patches from nicolas3520...
2002-01-14  drhVersion 2.2.2 (CVS 451)
2002-01-14  drhFix a bug that could cause UPDATE to fail for a table...
2002-01-10  drhFix a problem with the way temporary tables mask perman...
2002-01-09  drhVersion 2.2.1 (CVS 452)
2002-01-09  drhHomepage changes prior to version 2.2.1. (CVS 344)
2002-01-09  drhContinued work on the DROP/CREATE problem. (CVS 343)
2002-01-09  drhWorking on a bug: Dropping and recreating a table withi...
2002-01-07  drhAdded a manpage from A. Rottmann. (CVS 341)
2002-01-07  drhMakefile changes from Andreas Rottmann (CVS 1725)
2002-01-07  drhMakefile changes from Andreas Rottmann (CVS 340)
2002-01-06  drhComment updates most. Also some small changes to the...
2002-01-04  drhAn attempt to delete a single row using a WHERE clause...
2001-12-31  drhComment changes. Change the use of BTree so that eithe...
2001-12-22  drhVersion 2.2.0 (CVS 453)
2001-12-22  drhBug fix in the out-of-order INSERT. (CVS 336)
2001-12-22  drhUpdate documentation for the 2.2.0 release. (CVS 335)
2001-12-22  drhBug fixing in the new integer primary key code. (CVS...
2001-12-21  drhAdded support for the INTEGER PRIMARY KEY column type...
2001-12-16  drhAdded the ability to say things like "SELECT rowid...
2001-12-15  drhComment and documentation changes. (CVS 331)
2001-12-15  drhVersion 2.1.7 (CVS 454)
2001-12-15  drhTypo in change log fixed. (CVS 330)
2001-12-15  drhRelease 2.1.7 (CVS 329)
2001-12-15  drhFix a bug in the sqliteBtreeFirst() function which...
2001-12-15  drhFix a critical bug in the creation of temporary tables...
2001-12-14  drhVersion 2.1.6 (CVS 455)
2001-12-14  drhFix a race condition in the locking code that would...
2001-12-06  drhVersion 2.1.5 (CVS 456)
2001-12-06  drhBug fix in the sqliteOsLock() and sqliteOsUnlock()...
2001-12-05  drhVersion 2.1.4 (CVS 457)
2001-12-05  drhMinor changes prior to 2.1.4 (CVS 324)
2001-12-05  drhVersion 2.1.4 (CVS 323)
2001-12-05  drhBug fix: sqlite_exec() would sometimes return SQLITE_PR...
2001-11-25  drhAdd the ability to do a single .command as the second...
2001-11-24  drhFix typos. (CVS 320)
2001-11-24  drhTypos fixed. (CVS 319)
2001-11-24  drhUpdate the FAQ. Change the GMT timezone label to UTC...
2001-11-24  drhVersion 2.1.3 (CVS 458)
2001-11-24  drhFix comparison functions so that they are consistent...
2001-11-23  drhVersion 2.1.2 (CVS 459)
2001-11-23  drhFix a bug in DROP TABLE that could cause SQLITE_MASTER...
2001-11-22  drhFix a bug in the locking protocol. (CVS 315)
2001-11-21  drhAttempting to add support for 64-bit platforms. (CVS...
2001-11-13  drhVersion 2.1.1 (CVS 460)
2001-11-13  drhBug fix: Be sure to sends NULLs to the callback when...
2001-11-13  drhBug fix: Sometimes NULL results were not being passed...
2001-11-12  drhVersion 2.1.0 (CVS 461)
2001-11-12  drhUpdate change log prior to release of 2.1.0. (CVS 311)
2001-11-12  drhFix to the SUBSTR() function and to the bigrow test...
2001-11-12  drhVersion 2.1.0 prerelease (CVS 309)
2001-11-10  drhComment changes (CVS 308)
2001-11-09  drhMinor bugs fixed. (CVS 307)
2001-11-09  drhBug fixes. (CVS 306)
2001-11-08  drhThe new code for taking advantage of inequalities in...
2001-11-07  drhNew Next opcode and indexing style implemented. (CVS...
2001-11-07  drhIncremental update. We are in the middle of modifying...
2001-11-06  drhAdded support for LIMIT. (CVS 302)
2001-11-06  drhImplement indices that occur in sort order and the...
2001-11-04  drhIncrease maximum row size to 1MB. (CVS 300)
2001-11-04  drhVersion 2.0.8 (CVS 462)
2001-11-03  drhVersion 2.0.8 (CVS 299)
2001-11-03  drhAdded "const" to lots of "char*" parameters in the...
2001-11-01  drhRemove cruft: restrict the number of sorters and lists...
2001-11-01  drhComment changes only. (CVS 296)
2001-10-31  drhMore documentation updates (CVS 295)
2001-10-25  drhMake lemon 64-bit clean (CVS 294)
2001-10-22  drhVersion 2.0.7 (CVS 463)
2001-10-22  drhMore changes for 2.0.7. (CVS 293)
2001-10-20  drh2.0.7 (CVS 292)
2001-10-19  drhVersion 2.0.6 (CVS 464)
2001-10-19  drhVersion 2.0.6 (CVS 291)
2001-10-18  drhSupport for UTF-8 and ISO8859 characters in identifiers...
2001-10-15  drhVersion 2.0.5 (CVS 465)
2001-10-15  drhAdded support for the COUNT_CHANGES pragma in order...
2001-10-13  drhVersion 2.0.4 (CVS 466)
2001-10-13  drhBug fix. Raised version number to 2.0.4. (CVS 288)
2001-10-13  drhVersion 2.0.3 (CVS 467)
2001-10-13  drh2.0.3 (CVS 287)
2001-10-13  drhRemove the P3 and label arguments from the internal...
2001-10-12  drhFix an assertion failure when the disk fills up. Add...
2001-10-09  drhVersion 2.0.2 (CVS 468)
2001-10-09  drhThe sqlite_busy_timeout() function was interpreting...
next