]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2002-08-31  drhInitial checking of two new test files: format3.test...
2002-08-31  drhFix for ticket #145: Include the func.c source file...
2002-08-29  drhIf the database is locked when sqlite_open() is called...
2002-08-28  drhSlightly faster INSERTs from a SELECT by avoiding an...
2002-08-27  drhChange the tokenizer to ignore C-style comments /*...
2002-08-26  drhFix for ticket #142: Make sure we get the correct sort...
2002-08-25  drhVersion 2.7.0 (CVS 729)
2002-08-25  drhDocumentation updates prior to the releae of 2.7.0...
2002-08-25  drhFix for ticket #136: Added the OP_RenameCursor VDBE...
2002-08-25  drhFix the memory leak introduced by check-in (725). ...
2002-08-24  drhChange the way token memory is allocated in an effort...
2002-08-22  jadamsFix for ticket #138: Makefile doesn't use exec_prefix...
2002-08-21  drhFix for ticket #137: Use getpwuid() instead of getpwent...
2002-08-18  drhThis COLLATE keyword was not being parsed correctly...
2002-08-18  drhFix for ticket #110: return an error if trying to start...
2002-08-18  drhDocumentation updates. (CVS 720)
2002-08-15  drhFix for ticket #135: Remove unused variables from three...
2002-08-15  drhMore documentation updates. (CVS 718)
2002-08-15  drhAdditional test cases and documentation updates. (CVS...
2002-08-15  drhFixes and test improvements resulting from code coverag...
2002-08-14  drhFix for ticket #134: Change the lemon.c sources to...
2002-08-14  drhImplement probabilistic reader/writer locks under windo...
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...
next