]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-03-08  drhBump the version number to 2.8.13. Patch up the limit...
2004-03-04  rdcCorrect duplicate tracing of SQL statements. (CVS 1284)
2004-03-03  drhA vdbe stack element might have a string value even...
2004-03-02  drhMake sure a LIMIT clause on a SELECT cleans up the...
2004-02-29  a.rottmannUpdated aclocal.m4 and configure. (CVS 1281)
2004-02-29  drhOne more fix to the new HH:MM:SS modifier. This time...
2004-02-29  drhTry again to get the HH:MM:SS modifier change right...
2004-02-29  drhFix a bug in the HH:MM:SS modifier change that was...
2004-02-29  drhAllow time modifiers of the form HH:MM:SS.SSS with...
2004-02-29  drhFix some compiler warnings in LCC. The warnings did...
2004-02-28  a.rottmannMake Windows .dll build use the real .o files, not...
2004-02-26  a.rottmannBuild system update:
2004-02-25  rdcAdd comments and prototype for experimental sqlite_last...
2004-02-25  drhMin() and max() functions honor the distinction between...
2004-02-25  drhFix the return type of sqliteRunVacuum. Ticket #627...
2004-02-25  drhShell program saves command-line history on a ".quit...
2004-02-25  drhDisable an assert which (as it turns out) is not always...
2004-02-24  drhRefactor parts of write operations. (CVS 1268)
2004-02-24  drhMake sure BEGIN, COMMIT, and ROLLBACK are really no...
2004-02-22  drhUse sqliteVdbeOp3 instead of sqliteVdbeChangeP3 where...
2004-02-22  drhCode cleanup in build.c. (CVS 1265)
2004-02-22  drhUse sqliteErrorMsg instead of sqliteSetString whereever...
2004-02-22  drhCode cleanup in the date and time functions. (CVS 1263)
2004-02-22  drhRearrange the grammar some so that tokens that are...
2004-02-22  drhDo not sort terminal symbols by name. The terminals...
2004-02-21  drhTest cases for printf of double overflows. (CVS 1260)
2004-02-21  drhFix a long-standing memory leak that the new last_inser...
2004-02-21  drhCleanup the printf code to make it smaller and more...
2004-02-21  drhFlag pragmas like vdbe_trace now return their current...
2004-02-21  drhMore code cleanup and size reduction. (CVS 1256)
2004-02-21  drhEnhance date/time functions to work with negative years...
2004-02-20  drhTurn the short_column_names pragma off by default ...
2004-02-20  rdcAdd sqlite.def file required for correct operation...
2004-02-20  rdcFixed behaviour of last_insert_rowid() with triggers...
2004-02-20  rdcFixed behaviour of last_insert_rowid() with triggers...
2004-02-20  drhThe name of a result column is now the name of column...
2004-02-19  drhFix a bug in the parser table compression algorithm...
2004-02-18  drhFix a memory leak that occurs if you call sqlite_interr...
2004-02-18  drhBegin updating the architecture description to better...
2004-02-18  drhAdd more tests of the sqlite_interrupt() logic - lookin...
2004-02-17  dougcurrieAvoid line endings munging by Cygwin; ticket #370 ...
2004-02-16  drhRemove the NullCallback opcode. Handle the empty_resul...
2004-02-14  drhEliminate obsolete code associated with the older callb...
2004-02-14  drhEliminate the use of callbacks during schema initializa...
2004-02-14  drhFix problems with malloc-failure handling. (CVS 1241)
2004-02-14  drhThe sqlite_exec() function is now implemented using...
2004-02-14  drhDisable the malloc.test tests if not compiled with...
2004-02-13  drhFix an uninitialized variable in shell.c that would...
2004-02-13  drhBegin the process over converting sqlite_exec() over...
2004-02-13  drhFix a bug in the query flattener when trying to find...
2004-02-13  drhFix an uninitialized variable introduced by check-in...
2004-02-12  drhAdd a new parameter to the (unimplemented) encryption...
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...
next