]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2002-08-14  drhDisable sorting by indices if there is a COLLATE subcla...
2002-08-14  drhFix for ticket #132: make the working directory the...
2002-08-14  drhUpdate documentation to better explain the typelessness...
2002-08-13  drhMake the distinction between text and numeric data...
2002-08-13  drhDocumentation and makefile updates. (CVS 709)
2002-08-13  drhBug fix to the left outer join logic. (CVS 708)
2002-08-13  drhBug fix to the left outer join logic. (CVS 1726)
2002-08-13  drhVersion 2.6.3 (CVS 707)
2002-08-13  drhUpdates prior to release 2.6.3. (CVS 706)
2002-08-12  drhFix for ticket #9 (again). The rollback journal files...
2002-08-11  drhFix for ticket #9: Add the ability to read little-endia...
2002-08-06  drhFix typos the source to webpages html files. (CVS 703)
2002-08-04  drhFix for ticket #131: When a SELECT contains a GROUP...
2002-08-02  drhRemove the restriction that a transaction cannot be...
2002-07-31  drhFix for ticket #124: Fix a stack VDBE overflow problem...
2002-07-31  drhVersion 2.6.2 (CVS 699)
2002-07-31  drhUpdate version number and change log for the 2.6.2...
2002-07-31  drhFix for ticket #104: Make triggers on views work proper...
2002-07-30  drhFix for ticket #114: Correctly handle SQLITE_BUSY if...
2002-07-30  drhFix for ticket #111: Update the documentation to explai...
2002-07-30  drhFix for ticket #71: Correctly handle CR and CRLF line...
2002-07-21  danielk1977UPDATE triggers on TEMP tables were broken. (CVS 693)
2002-07-19  drhVersion 2.6.1 (CVS 691)
2002-07-19  drhRig the ident string so that it is not changed by RCS...
2002-07-19  drhFix an assertion failure that occurs when attempting...
2002-07-19  drhAdd static ident strings (such as picked up by the...
2002-07-19  drhBetter detection and reporting of errors when initializ...
2002-07-18  drhVersion 2.6.0 Release 2 (CVS 687)
2002-07-18  drhFix a bug in the publish.sh script that was causing...
2002-07-18  drhChange the name of variable "near" to "nearby" since...
2002-07-18  drhVersion 2.6.0 Release 1 (CVS 684)
2002-07-18  drhUpdate documentation prior to the release of 2.6.0...
2002-07-18  drhMake the automatic database upgrade work even if there...
2002-07-18  drhFix for ticket #107: Fix a design defect in indices...
2002-07-16  drhFix for ticket #105: Fix the UPDATE command so that...
2002-07-16  drhFix for ticket #100: Correctly handle ON and USING...
2002-07-15  drhFix a syntax error in the tclsqlite.c file. (CVS 678)
2002-07-15  drhFix for ticket #102: Honor the ORDER BY clause in subqu...
2002-07-13  drhFix for ticket #64: Better error reporting in the shell...
2002-07-13  drhPartial fix for ticket #96: Return SQLITE_MISUSE from...
2002-07-13  drhFix for ticket #99: Added documentation on the sqlite_...
2002-07-13  drhAdded a document describing how to do a security audit...
2002-07-13  drhFix for ticket #54: Export additional APIs to the Win32...
2002-07-13  drhFix for ticket #95: Do not allow automatically created...
2002-07-11  drhTurn of the reporting of datatypes in the 4th callback...
2002-07-10  drhWhen reporting back the datatype of columns, use the...
2002-07-08  drhAdd support for TEMPORARY views. The code is here...
2002-07-08  drhIn the BTree subsystem, when using pages from the freel...
2002-07-08  drhMake the BTree balance() routine a little faster by...
2002-07-07  drhVersion 2.5.6 (CVS 664)
2002-07-07  drhFix for Win32: The %p format on Win32 does not prepend...
2002-07-07  drhMore rollback problems: Fix two more errors introduced...
2002-07-06  drhVersion 2.5.5 (CVS 662)
2002-07-06  drhPrepare for the 2.5.5 release. (CVS 661)
2002-07-06  drhFix for bug #94: Be sure to journal pages that are...
2002-07-05  drhAll the code is now in place for SQLite to distinguish...
2002-07-02  drhFix for ticket #92: Correct the sqliteExprCompare(...
2002-07-02  drhFix for ticket 91: Modify the "publish.sh" script to...
2002-07-01  drhVersion 2.5.4 (CVS 656)
2002-07-01  drhUpdate the change log and the version number for the...
2002-07-01  drhFix for tickets #90 and #89: Make the AS keyword option...
2002-07-01  drhAdded additional tests. No new errors found. (CVS...
2002-06-29  drhAdd a few more tests and fix a few bugs that the tests...
2002-06-28  drhAdditional test cases added. The following bug fixed...
2002-06-28  drhFix for ticket #84: If the WHERE clause is too complex...
2002-06-27  drhFix for ticket #88: A typo in the documention of the...
2002-06-26  drhIn the TCL interface, the "sqlite" command now always...
2002-06-26  drhThe datatype of the i-th column in the result set is...
2002-06-25  drhAdd the sqlite_open_aux_file() API. (CVS 646)
2002-06-25  drhVersion 2.5.3 (CVS 645)
2002-06-25  drhFix a spelling error in the change log. (CVS 644)
2002-06-25  drhBug fix: When the database file grows in size during...
2002-06-25  drhEnhance the INTEGRITY_CHECK pragma to test the auxiliar...
2002-06-25  drhVersion 2.5.2 (CVS 641)
2002-06-25  drhAdded support for the "sqlite_temp_master" table. ...
2002-06-24  drhPartial fix for a problem with LEFT OUTER JOIN. It...
2002-06-24  drhFix a VDBE stack leak in LEFT OUTER JOIN. Fix a bug...
2002-06-22  drhAn optimization: avoid the use of an intermediate table...
2002-06-21  drhFix for bugs #77 and #80: Rework the LIMIT mechanism...
2002-06-21  drhFix for ticket #76: Fix a database corruption that...
2002-06-21  drhFix for ticket #78: Avoid an assertion failure when...
2002-06-20  drhUpdate the file-format change document to describes...
2002-06-20  drhThis patch contains the beginnings of the data-typing...
2002-06-20  drhFix for ticket #73: The ORDER BY clause is significant...
2002-06-19  drhFix for ticket #75: Autoincrement INTEGER PRIMARY KEY...
2002-06-19  drhVersion 2.5.1 (CVS 629)
2002-06-19  drhThe query optimizer now attempts to satisfy an ORDER...
2002-06-17  drhVersion 2.5.0 (CVS 627)
2002-06-17  drhUpdate the change summary for version 2.5.0 (CVS 626)
2002-06-17  drhAdd preliminary logic for the eventual move to having...
2002-06-16  drhExpose an additional internal API routine (sqliteInitCa...
2002-06-16  chwAdded explanation and examples for %Q format specifier...
2002-06-16  chwAdded printf-4.(2-4) test cases to test new %Q format...
2002-06-16  chwAdded %Q format specifier: like %q but automatic enclos...
2002-06-16  chwChanged sqlite_mprintf_str to allow a NULL string param...
2002-06-14  drhMake the LIMIT clause work even if the destination...
2002-06-14  drhImprovements to comments. No code changes. (CVS 618)
2002-06-14  drhFix for bug #72: Make sure the file descriptors are...
2002-06-12  drhFix for bug #70: Correct a typo in the documentation...
2002-06-11  danielk1977Documentation that should have been checked in along...
next