]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-09-05  drhMake VACUUM work when the page size is different than...
2004-09-03  drhFix a comment. (CVS 1938)
2004-09-03  drhModify btree.c so that is allocates big data structures...
2004-09-03  drhMore tests of sqlite3_step() and SQLITE_BUSY added...
2004-09-02  drhFix a typo in the "News" on the homepage. (CVS 1935)
2004-09-02  drhVersion 3.0.6 (beta) (CVS 1934)
2004-09-02  drhUpdate version number and documentation for version...
2004-09-02  drhAddress some minor 32/64 bit issues. (CVS 1932)
2004-09-02  drhFix a bug in the pagesize test script. (CVS 1931)
2004-09-02  drhFix VACUUM so that it works on files whose name contain...
2004-09-02  drhFix a problem with EXPLAIN on pragmas that return singl...
2004-09-02  drhTransactions commit on the last sqlite3_step(), not...
2004-09-01  drhWork around a bug in the Borland C++ compiler. Ticket...
2004-09-01  drhOptimizations on the SELECT code generator. (CVS 1926)
2004-08-31  drhChanges to support compiling under windows. (CVS 1925)
2004-08-31  drhSimplifications and optimizations. Also: disable the...
2004-08-31  drhCombine the implementation of LIKE and GLOB into a...
2004-08-30  drhBetter detection and handling of corrupt database files...
2004-08-30  drhDocumentation updates (CVS 1921)
2004-08-30  drhRemove the \001 character that lemon inserts automatica...
2004-08-30  drhModify the sqlite shell program so that the ".dump...
2004-08-29  drhChange the name of the global variable to sqlite3_temp_...
2004-08-29  drhFix a bug in the NOCASE collating function. (CVS 1917)
2004-08-29  drhVersion 3.0.5 (beta) (CVS 1916)
2004-08-29  drhAdjustments to the download.html page generator script...
2004-08-29  drhIncrease the version number and update the change log...
2004-08-29  drhBack out an optimization that was causing problems...
2004-08-29  drhCorrections to transient table handling in compound...
2004-08-29  drhProgress toward fixing iproblems with compound selects...
2004-08-28  drhAdd prototype in sqlite3.h for the sqlite3_libversion...
2004-08-28  drhMemory handling fixes and optimizations in the VDBE...
2004-08-28  drhAdd the sqlite3_libversion() API (ticket #834). Fix...
2004-08-28  drhAdd new defenses against misuse of the C API. Ticket...
2004-08-28  drhAdd sqlite_temp_directory to the windows driver. (CVS...
2004-08-26  drhUpdate the TCL binding documentation to describe the...
2004-08-26  drhProtect Tcl_Obj pointers from change using Tcl_IncrRefC...
2004-08-25  drhHost parameter names conform to SQL-2003. (CVS 1902)
2004-08-24  drhFix a bug in the parsing of wildcards that begin with...
2004-08-21  drhFix a pager bug that might have made multi-database...
2004-08-21  drhOptimizations to the code generator. (CVS 1899)
2004-08-20  drhTcl interface transfers values directly between SQLite...
2004-08-20  drhAdd support for named wildcards in SQL statements....
2004-08-20  drhOptimizations in the hash table module. (CVS 1896)
2004-08-19  drhEnhance lemon so that a @X instead of just X in the...
2004-08-19  drhAdd the SQLITE_BUSY_RESERVED_LOCK compile-time option...
2004-08-18  drhMake sure the database file is correctly truncated...
2004-08-18  drhBetter debug logging of the pager. (CVS 1892)
2004-08-18  drhBe more agressive about not creating or opening the...
2004-08-18  drhAvoid creating a TEMP database unless it is absolutely...
2004-08-17  drhFix a typo in a comment. (CVS 1889)
2004-08-14  drhIf meta(3)>0 then make the database readonly for now...
2004-08-14  drhFix a bug that was preventing "PRAGMA temp_store=MEMORY...
2004-08-14  drhThe command-line shell should avoid writing changes...
2004-08-14  drhAdd the ability to specify a alternative temporary...
2004-08-09  drhVersion 3.0.4 (beta) (CVS 1884)
2004-08-09  drhPrepare for the release of version 3.0.4. (CVS 1883)
2004-08-08  drhFix problems in the handling of malloc failures. (CVS...
2004-08-08  drhMake sure the argument to ctype.h macros is always...
2004-08-08  drhAttempting to open a locked table for writing should...
2004-08-07  drhDo not invoke the busy callback when trying to promote...
2004-08-06  drhFix a bug in the logic that converts numbers into strin...
2004-08-04  drhIn the command-line shell: importments to the "help...
2004-08-04  drhSeparate P4 timing asm code out of the SQLITE_DEBUG...
2004-08-04  drhSeparate the ifdefs for INTPTR_TYPE and UINTPTR_TYPE...
2004-08-01  drhFix a memory leak when the auxiliary data of a database...
2004-08-01  drhAdd the ".import" command to the command-line shell...
2004-07-27  drhAdditional test case to cover ticket #831. (CVS 1872)
2004-07-26  drhHonor the ORDER BY clause in a subquery that is the...
2004-07-26  drhGet VACUUM working with UNIQUE indices. Ticket #829...
2004-07-26  dougcurrieadd sqlite3_get_auxdata sqlite3_set_auxdata C API expor...
2004-07-26  drhFix problems for 64-bit machines and when SQLITE_OMIT_A...
2004-07-26  drhVarious size optimizations. (CVS 1867)
2004-07-24  drhPrepared statements now work with CREATE and DROP....
2004-07-24  drhFix more problems with deferred execution of CREATE...
2004-07-24  drhProgress towards getting prepared statements and CREATE...
2004-07-23  drhFirst cut at a analysis tool for version 3.0 databases...
2004-07-22  drhHome page updates. (CVS 1861)
2004-07-22  drhVersion 3.0.3 (CVS 1860)
2004-07-22  drhUpdates to the publish.sh script and the download.html...
2004-07-22  drhFixes to the publish.sh file for version 3.0. (CVS...
2004-07-22  drhUpdate changes log for 2.8.15. Add new architecture...
2004-07-22  drhfile join4_28.test was initially added on branch versio...
2004-07-22  drhfile join3_28.test was initially added on branch versio...
2004-07-22  drhUpdate VERSION and changes.html in preparation for...
2004-07-22  drhChange sqlite* to sqlite3* in the API reference for...
2004-07-22  drhFix bugs associated with the codec. (CVS 1846)
2004-07-22  drhChanges in support of using a codec. (CVS 1845)
2004-07-22  drhChanges in support of using a codec. (CVS 1844)
2004-07-22  drhInitial implementation of variable page sizes and the...
2004-07-21  drhUpdates comments in sqlite.h.in that describe the destr...
2004-07-21  drhUpdate the TCL API documentation. (CVS 1841)
2004-07-21  drhUpdates to the C-language API documents for version...
2004-07-21  drhMinor coding enhancements. (CVS 1839)
2004-07-20  drhSimplify the where.c logic by flipping expression over...
2004-07-20  drhLemon collapses common destructors and reduce actions...
2004-07-20  drhAdd the '%ifdef' capability to lemon. Other minor...
2004-07-20  drhHandle quotes on the table name in TABLE.* terms in...
2004-07-20  drhReport an error when attempting to open a directory...
2004-07-20  drhAdd test for creating indices with quoted names. Ticke...
2004-07-20  drhComment out all of date/time functions with SQLITE_OMIT...
next