]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-10-01  drhUse type i64 instead of off_t for file offsets since...
2004-09-30  drhStrict prototype on sqlite3_libversion(). Ticket ...
2004-09-30  drhCorrectly parser column typenames that contain more...
2004-09-30  drhAllow functions to be created when there are outstandin...
2004-09-27  drhComment changes in btree.c. No changes to code. (CVS...
2004-09-27  drhBug fix in btree.c in cases where usableSize!=pageSize...
2004-09-25  drhRemove unused CLUSTER keyword from the parser. (CVS...
2004-09-25  drhOptimizations in the tokenizer. (CVS 1985)
2004-09-25  drhCode cleanup: get rid of the sqlite3SetNString utility...
2004-09-25  drhCode simplifications and size reductions. (CVS 1983)
2004-09-24  drhSize optimizations in vdbeapi.c. (CVS 1982)
2004-09-24  drhSave a few bytes in utf.c. (CVS 1981)
2004-09-24  drhOptimizations to vdbeaux.c and printf.c (CVS 1980)
2004-09-24  drhImprovements to the debugging code. (CVS 1979)
2004-09-24  drhFix typo in ".help" output from the shell. Ticket...
2004-09-24  drhAvoid a segfault in sqlite3_bind_parameter_index when...
2004-09-24  drhSimplification of the trigger code. (CVS 1976)
2004-09-24  drhFix for tickets #912 and #922. Problem introduced...
2004-09-20  dougcurriePthread is now conditionally included in makefile,...
2004-09-19  drhAdd comments to unused P3 fields of selected instructio...
2004-09-19  drhMerge the ListPush and ListPop VDBE opcodes into Contex...
2004-09-18  drhFix typo on homepage. (CVS 1971)
2004-09-18  drhVersion 3.0.7 (CVS 1970)
2004-09-18  drhUp the version number and prepare documentation files...
2004-09-17  drhAlways include -lpthread on link lines even if it is...
2004-09-17  drhMake use of $(libdir) in the Makefile.in. Ticket ...
2004-09-17  drhCreate directories using "mkdir -p". Ticket #903....
2004-09-17  drhClose stray statements prior to finishing trace.test...
2004-09-17  drhThe page_size pragma preserves the reserved area at...
2004-09-17  drhGet VACUUM working on databases that have reserved...
2004-09-17  drhFix a bug in the test3.c module that was causing failur...
2004-09-17  drhThe INSERT code generator does a better job of detectin...
2004-09-15  drhThe callback on sqlite3_trace() is invoked the first...
2004-09-13  drhRemove the encode/decode from the version 3.0 source...
2004-09-13  drhThe TCL interface responds correctly to "break", "conti...
2004-09-13  drhFix an uninitialized variable bug in nullif(). Ticket...
2004-09-10  drhIn lemon, allows open() using the "b" option to avoid...
2004-09-09  drhFix lemon so that inserted code always ends in a newlin...
2004-09-09  drhFix a segfault in the authorizer when it is given a...
2004-09-09  drhTrying to get some tests in printf.test to pass on...
2004-09-08  drhUpdate the makefile so that util.c gets the -DSQLITE_DE...
2004-09-08  drhMore changes directed at getting things to work on...
2004-09-08  drhMore changes directed at getting things to work on...
2004-09-08  drhAlways cast 0 to (char*)0 when it is an argument in...
2004-09-08  drhAdd new APIs to sqlite3.def: sqlite3_bind_parameter_nam...
2004-09-08  drhDocumentation updates. (CVS 1946)
2004-09-07  drhWildcards with the same name map into the same variable...
2004-09-07  drhFix the onecolumn method in the TCL interface so that...
2004-09-07  drhLemon escapes backslashes in filenames in #line directi...
2004-09-06  drhFix more name collisions. Allow sqlite.h and sqlite3...
2004-09-06  drhFix a naming conflict between sqlite versions 2 and...
2004-09-05  drhComment changes and minor code cleanup. (CVS 1940)
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...
next