]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2002-12-01  drhFixed large file support under Linux. I'm unable to...
2002-11-24  drhAdd the "space_used.tcl" script to the tools directory...
2002-11-20  drhAutomatically determine if pointers are 4 or 8 bytes...
2002-11-20  drhGet the new large file code working with the Borland...
2002-11-11  drhRemove extra </TD> from HTML output. Ticket #189....
2002-11-11  drhBack out the changes in the pager that sorted pages...
2002-11-11  drhReplace the atoi() library routine with a faster home...
2002-11-10  drhTwo optimizations to the pager: (1) Write dirty pages...
2002-11-09  drhTry to better detect when the library is compiled for...
2002-11-06  drhAdd large file support to Windows. Change large file...
2002-11-06  drhChanges to include files so that the >2GB file patch...
2002-11-05  drhUpdate the FAQ to explain how to enable large file...
2002-11-05  drhAdd support for databases larger than 2GB under Unix...
2002-11-04  drhAdd the sqlite_version() SQL function as a built-in...
2002-11-01  drhImprovements in threadtest.c (for Unix) and some minor...
2002-10-31  drhVersion 2.7.3 (CVS 775)
2002-10-31  drhFix an assert that might fail if malloc() fails. (CVS...
2002-10-30  drhBump the version number prior to the release of version...
2002-10-30  drhIn the VDBE, check to make sure a set has been initiali...
2002-10-27  drhMinimal support for oracle8 outer join syntax. (CVS...
2002-10-22  drhCorrectly handle column names and string constants...
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)
next