]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2001-10-09  drhRemove files before rebuilding. (CVS 283)
2001-10-09  drhMore changes prior to release 2.0.2. Mostly comment...
2001-10-09  drhVersion 2.0.2 (CVS 281)
2001-10-09  drhFix the locking protocol. (CVS 280)
2001-10-08  drhSupport for temporary tables added. Still need more...
2001-10-06  drhAdding table column query capability to support ODBC...
2001-10-02  drhVersion 2.0.1 (CVS 469)
2001-10-02  drhRemove C++ comments from btree.c. (CVS 277)
2001-10-01  drhThe .dump output uses INSERT instead of COPY now. ...
2001-09-28  drhVersion 2.0.0 (CVS 470)
2001-09-28  drhDocumentation updates. (CVS 275)
2001-09-28  drhRemove reference to GDBM in the documentation of the...
2001-09-28  drhLine tclsqlite.so against the stub library. (CVS 273)
2001-09-28  drhVersion 2.0.0 (CVS 272)
2001-09-28  drhPut in the new LIBTOOL build system. (CVS 271)
2001-09-27  drhAdded more tests of unique indices. (CVS 270)
2001-09-27  drhAlpha-3 (CVS 269)
2001-09-27  drhFixed the support of UNIQUE and PRIMARY KEY. (CVS 268)
2001-09-27  drhAdded basic support for enforcement of UNIQUE on indice...
2001-09-25  drhFix an RCSID problem. (CVS 266)
2001-09-25  drhPrepare for Alpha-3 (CVS 265)
2001-09-24  drhTests for inserting lots of data (~64K) into a single...
2001-09-23  drhRowIDs are now always expressed in native byte order...
2001-09-23  drhAdditional test cases with locking fixes. Also, make...
2001-09-23  drhFixes to the locking and rollback behavior. (CVS 261)
2001-09-22  drhPut in a generic hash table system in place of the...
2001-09-20  drhWeb site changes prior to release 2.0-Alpha-2. (CVS...
2001-09-20  drh2.0-Alpha-2 release (CVS 1724)
2001-09-20  drh2.0-Alpha-2 release (CVS 258)
2001-09-19  drhAdd the OpenReadOnly() OS method to fix a bug in the...
2001-09-19  drhTrying to get the OS abstraction layer to work. (CVS...
2001-09-18  drhFix a problem in GROUP BY with multiple columns. (CVS...
2001-09-18  drhBug fixes. Trying to make it go faster. (CVS 254)
2001-09-17  drhEnchanced transaction tests (CVS 253)
2001-09-17  drhAdd a new column in the SQLITE_MASTER table to record...
2001-09-16  drhVersion to 2.0.0 (CVS 251)
2001-09-16  drhDisclaimed copyright. Preparing for release 2.0. ...
2001-09-15  drhSeparate columns in keys using nulls instead of tabs...
2001-09-15  drhLimit the total data in a single row to 2^16-1 bytes...
2001-09-15  drhRemoving some surplus files. (CVS 1723)
2001-09-15  drhRelease 2.0-alpha-1 (CVS 247)
2001-09-15  drhEverything is working on Linux. This is release 2...
2001-09-14  drhAdded a PRAGMA statement. Took out the special comment...
2001-09-14  drhBug fixes and speed improvements. Delete is still slow...
2001-09-14  drhAll tests now pass. But there are still issues. For...
2001-09-13  drhMany problems fixed. Many problems yet to go. (CVS...
2001-09-13  drhMany problems fixed. Many problems yet to go. (CVS...
2001-09-13  drhIt runs. Simple tables can be created. INSERT and SELEC...
2001-09-13  drhThe new Btree code runs, but it does not yet work....
2001-09-13  drhThe BTree changes are now integrated and the whole...
2001-09-13  drhThe code is in place to replace GDBM with BTree. But...
2001-08-20  drhRestore btree to the main line. (CVS 237)
2001-08-19  drhAdd index access methods to the DBBE in preparation...
2001-07-23  drhVersion 1.0.32 (CVS 471)
2001-07-23  drhAdd ability to quote table and column names in expressi...
2001-07-23  drhAdd ability to quote table and column names in expressi...
2001-07-02  drhBTree and pager are working pretty well now. (CVS 234)
next