]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-01-16  drhFix a buffer-overflow problem in the randStr function...
2004-01-15  drhMore aggressive retry schedule in sqlite_busy_timeout...
2004-01-15  drhAllow "<expr> IN <table>" as a shorthand for
2004-01-15  drhReinsert the experimental sqlite_commit_hook() API...
2004-01-14  drhFix comparisons of ROWID against floating point numbers...
2004-01-14  drhVersion 2.8.11 (CVS 1177)
2004-01-14  drhBump the version number for the next release. (CVS...
2004-01-14  drhIgnore NULLs in a subquery as the right operand of...
2004-01-14  drhVersion 2.8.10 (CVS 1174)
2004-01-14  drhMove some files around and bump the version number...
2004-01-14  drhRemove an incomplete comment that somehow snuck into...
2004-01-12  drhOn unix, embargo close() operations until all locks...
2004-01-12  drhPrevious commit of changes to the in-memory backend...
2004-01-12  drhMake sure the in-memory database can handle malloc...
2004-01-08  drhRemove unused code and tighten existing code to make...
2004-01-07  drhRework the fix to ticket #461 so that we do not have...
2004-01-07  drhPermit sqlite_exec() to be called from within user...
2004-01-07  drhDefer the {quote: MoveTo}
2004-01-07  drhMake it safe to call sqliteMalloc() with a request...
2004-01-07  drhPreserve the HH:MM:SS for most date/time modifiers...
2004-01-07  drhUse "long double" to hold intermediate values when...
2004-01-07  drhAdd a typecast to work around a bug in the Metrowerks...
2004-01-06  drhVersion 2.8.9 (CVS 1160)
2004-01-06  drhAdditional integer overflow boundary case tests. (CVS...
2004-01-06  drhIncrease the version number and update the change log...
2004-01-06  drhFix problem in the code generator were incorrect code...
2004-01-06  drhAdd the sqlite_current_time variable for testing purpos...
2004-01-02  drhThe "EST" timezone designation is ambiguous. Do not...
2004-01-02  drhAvoid an assertion fault that can occur with invalid...
2004-01-01  drhRemove unused code from the integrity_check logic....
2003-12-31  drhFix a bug in the SQLITE_PROFILE conditional compilation...
2003-12-31  drhFix for ticket #542. (CVS 1151)
2003-12-31  drhFix a bug (ticket #541) introduced by the previous...
2003-12-31  drhReduce the randomness in the sqliteRandomSeed() routine...
2003-12-24  dougcurrieminor edits for new date.c with mingw/msys on Windows...
2003-12-23  drhUpdate date/time functions so that they correctly handl...
2003-12-23  drhAdd localtime<-->UTC conversions to the date functions...
2003-12-23  drhTest functions tolerate an "0x" before a pointer value...
2003-12-23  drhUse a built-in atof() function instead of the one from...
2003-12-22  drhOptimizations to the LEMON parser template. (CVS 1143)
2003-12-20  drhFix some minor problems with the new test4.c module...
2003-12-19  dougcurrieUpdate configuration and make files for mingw/msys...
2003-12-19  drhRemove a comma at the end of an enum definition. Some...
2003-12-19  drhMakefile updates for the new "test4.c" module. Also...
2003-12-19  drhA better fix for ticket #530 - one that is likely to...
2003-12-19  drhAdd new thread-testing code and fix locking under Linux...
2003-12-18  drhTypo on the "datatypes.html" document. (CVS 1136)
2003-12-18  drhVersion 2.8.8 (CVS 1135)
2003-12-18  drhBump the version number and update the change log in...
2003-12-17  drhMake sure the pagers in-memory cache states in sync...
2003-12-16  drhImprovements to the way PRAGMA integrity_check works...
2003-12-15  drhUpdates to the homepage - fix the CVS access instructio...
2003-12-10  drhFix a bulk-memory initialization problem in the express...
2003-12-10  drhFix the code generator to a void a VDBE stack overflow...
2003-12-07  drhMake the VACUUM command run out of the VDBE like all...
2003-12-06  drhFail an ATTACH if the auxiliary database is locked...
2003-12-06  drhAlways use "(char*)0" to terminate the argument list...
2003-12-04  drhUse sqlite_freemem() instead of free() in the shell...
2003-12-04  drhVersion 2.8.7 (CVS 1124)
2003-12-04  drhUpdate change log and version in preparation for the...
2003-11-27  drhDisallow temporary indices on persistent tables. (CVS...
2003-11-25  drhFix typos in file format documentation. Ticket #505...
2003-11-24  drhFix typo in file format documentation. Ticket #502...
2003-11-11  drhFix a typo in a #define that was commented out. No...
2003-11-08  drhAdded information on MySQL 4.0.16 to the NULL-handling...
2003-11-01  drhRevised date/time functions - now broken out into a...
2003-10-30  drhFork the tree for project "shrike" (CVS 1118)
2003-10-23  peterFix progress test error 1-2 (CVS 1115)
2003-10-22  drhComment changes to the lemon parser template. Change...
2003-10-21  drhFix bugs in lemon associated with the change to a perfe...
2003-10-21  drhConvert lemon to use a single perfect hash table for...
2003-10-18  danielk1977Add sqlite_progress_handler() API for specifying an...
2003-10-10  drhUpdate to the date functions. (CVS 1110)
2003-10-03  drhAllow quoted trigger names. Ticket #468. (CVS 1109)
2003-09-30  drhAll LIKE and GLOB operators to use function notation...
2003-09-29  drhPatch the spec.template file (for generating RPMs)...
2003-09-27  drhRemove support for the Oracle8 outer join syntax. ...
2003-09-27  drhAdd a test case for ticket #464 but leave it commented...
2003-09-27  drhAdd additional backslash escapes to the COPY command...
2003-09-27  drhDo all WHERE clauses tests, even if an index is used...
2003-09-23  drhA failed malloc() could have resulted in a segfault...
2003-09-23  xdongallow -enable-releasemode as an option and allow Makefi...
2003-09-23  xdongregenerate configure to take -enalbe-releasemode as...
2003-09-18  xdongmodify the configure file to allow cross-compile to...
2003-09-12  drhThe tokenizer should never return a negative size of...
2003-09-09  drhAdd test cases that check out sqlite_get_table() on...
2003-09-06  drhAdd initial test cases for the new sqlite_bind() API...
2003-09-06  drhUpdate Makefile.in for the new vdbeaux.c file. Remove...
2003-09-06  drhSplit almost 1300 lines of code out of vdbe.c into...
2003-09-06  drhThe beginnings of changes to support pre-compiled SQL...
2003-09-02  drhAdd a logo from Rasmus Schultz. (CVS 1092)
2003-08-27  drhCVS missed a commit (because I pressed Ctrl-C in the...
2003-08-27  drhAdd locks to the in-memory backend so that recursive...
2003-08-27  drhAdd locks to the in-memory database so that recursive...
2003-08-26  drhFix compiler warnings under OpenVMS. Ticket #357....
2003-08-26  drhTry to work around a bug in VC++ by only passing unsign...
2003-08-26  drhFix a bug in sqliteRealloc() that only occurs if there...
2003-08-26  drhIf the database filename is an empty string, open a...
2003-08-26  drhClose files before deleting them on test scripts under...
2003-08-26  drhRemove extra backslashes from end of lines in the insta...
next