]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2002-10-22  drhTake care to track ephemeral strings in the VDBE and...
2002-10-20  drhRework the changes for ticket #176 (check-ins (760...
2002-10-20  drhThe "table_info" pragma reports unspecified column...
2002-10-20  drhExport the sqlite_function_type function from windows...
2002-10-20  drhWork around a bug in the Borland C compiler. Ticket...
2002-10-20  drhMake sure malloc(0) always returns NULL. Fix for ticke...
2002-10-19  drhSpeed improvement by avoiding a call to sqliteBtreeLast...
2002-10-19  drhFix the URL for pointing to MinGW on the homepage....
2002-10-17  mikeMinor coding fix in getting the windows platform versio...
2002-10-17  mikefix for locking in Windows (CVS 760)
2002-10-12  drhRemove the call to srand() and add better comments...
2002-09-30  drhFix a bug in the left outer join logic. (CVS 758)
2002-09-30  drhFix an uninitialized variable that could cause problems...
2002-09-25  drhVersion 2.7.2 (CVS 756)
2002-09-25  drhBump the version number to 2.7.2. (CVS 755)
2002-09-25  drhBug fix: When multiple SQL statements were passed into...
2002-09-21  drhMake sure memory malloced() for structures is aligned...
2002-09-17  drhFix a bug in the OP_MemStore operator of the VDBE....
2002-09-16  drhModify the sqlite_encode_binary() routine to return...
2002-09-14  drhDo not put a write lock on the main database file when...
2002-09-14  drhRename all tests so that the first part of the test...
2002-09-12  drhUpdate the SQL language documentation to talk about...
2002-09-08  drhFix for ticket #147: Honor the ORDER BY and LIMIT claus...
2002-09-08  drhModify the build process so that the VDBE opcode number...
2002-09-08  drhModify the build process so that the VDBE opcode number...
2002-09-05  drhFix a memory leak that occurred when sqlite_open()...
2002-09-05  drhRewind the checkpoint journal after each statement...
2002-09-05  drhFix for ticket #146: Correctly handle reads of unused...
2002-09-03  drhAlways fill in the 5th parameter to sqlite_exec if...
2002-09-02  drhAdd documentation on NULL handling in SQLite versus...
2002-09-02  drhDetect when the test scripts are being run as root...
2002-09-01  drhRelax the locking requirements on BTree cursors. Any...
2002-08-31  drhParse foreign key constraints and populate internal...
2002-08-31  drhVersion 2.7.1 (CVS 737)
2002-08-31  drhChange the version number for release 2.7.1. (CVS 736)
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...
next