]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-02-12  drhAdd the SQLITE_NOTADB return code for cases when you...
2004-02-12  drhAdd hooks on each attached database connection for...
2004-02-12  drhAll REPLACE INTO syntax inside of triggers. Ticket...
2004-02-12  drhRemove unused variable. (CVS 1230)
2004-02-12  drhAlways reload the schema after a rollback. Ticket...
2004-02-12  drhVACUUM returns SQLITE_INTERRUPT when interrupted. ...
2004-02-11  drhOnly define _FILE_OFFSET_BITS if it is not already...
2004-02-11  drhFix the shells so that they always enable the codec...
2004-02-11  drhFix an uninitialized variable in expr.c. Ticket #604...
2004-02-11  drhRefactor the interface to the randomness generator...
2004-02-11  drhPass all (relevant) regression tests when using the...
2004-02-10  drhAdjustments to the codec in the pager. (CVS 1222)
2004-02-10  drhPerform updates in search order. Ticket #602. (CVS...
2004-02-10  drhFix for ticket #603. (CVS 1220)
2004-02-10  drhMake the pager accessible from the btree structure...
2004-02-10  drhMove the file-format-2 to file-format-3 conversion...
2004-02-10  drhAllow SQLITE_PAGE_SIZE to be redefined on the compiler...
2004-02-09  drhAfter code is generated for a subquery, delete the...
2004-02-09  drhAdd test case for ticket #601. (CVS 1215)
2004-02-09  drhAdd an optional codec to the pager layer. (CVS 1214)
2004-02-08  drhVersion 2.8.12 (CVS 1213)
2004-02-08  drhPerpare for the 2.8.12 release. (CVS 1212)
2004-02-08  drhFix a bug in the VDBE that occurs when a CreateTable...
2004-02-08  drhAdd the crashtest1.c program used to test the ability...
2004-02-08  drhFix inaccuracies and add details to comments in the...
2004-02-08  drhPreliminary fix for ticket #599. More testing and...
2004-02-02  drhRemove undocumented extensions from sqlite_mprintf...
2004-02-01  drhFix the handling of -init option to the sqlite shell...
2004-01-31  drhFix a bug introduced by the previous check-in. (CVS...
2004-01-31  drhA few more optimizations to the VDBE. (CVS 1204)
2004-01-31  drhRework internal data structures to make the VDBE about...
2004-01-30  drhRework the VDBE data structures to combine string repre...
2004-01-30  drhMake sure min() and max() optimizations work for subque...
2004-01-27  drhChange permissions on the install-sh file to be executa...
2004-01-27  drhAdd a web page describing when it is appropriate to...
2004-01-25  drhModularize the column name resolution code so that...
2004-01-24  drhAdd the ability to group FROM terms using parentheses...
2004-01-22  drhFix typo. Ticket #577. (CVS 1196)
2004-01-21  drhIn test programs, an SQLITE_SCHEMA return is retried...
2004-01-20  drhMake ATTACH and DETACH work with the non-callback API...
2004-01-19  jplyondocumented pragma foreign_key_list().
2004-01-19  jplyoncomment typos (CVS 1192)
2004-01-19  jplyoncomment typos (CVS 1191)
2004-01-19  jplyoncoment typo (CVS 1190)
2004-01-19  jplyoncoment typo (CVS 1189)
2004-01-19  jplyoncomment (CVS 1188)
2004-01-17  drhDo not use strcpy() on overlapping buffers. (CVS 1187)
2004-01-16  drhAccess to free()ed memory problem fixed. Found by...
2004-01-16  dougcurrieSee ticket #569; eliminates warnings for Cygwin v1...
2004-01-16  drhMore compaction of expr.c. (CVS 1184)
2004-01-16  drhIncremental code compaction in expr.c. Now about 4...
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...
next