]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-11-02  drhDisable trigger tests that use ATTACH in version 2...
2004-10-06  drhFix naming conflict between sqlite.h and sqlite3.h...
2004-10-01  drhFix for ticket #905. (CVS 1995)
2004-09-09  drhFix a segfault in the authorizer when it is given a...
2004-08-28  drhCorrect handling of quoted names in CREATE INDEX. ...
2004-07-23  drhMore fixes to the publish.sh script. (CVS 1863)
2004-07-22  drhVersion 2.8.15 (CVS 1859)
2004-07-22  drhFix the publish.sh script so that it builds and package...
2004-07-22  drhAnother attempt at fixing the memory allocation problem...
2004-07-22  drhBug fix in allocation of expression lists after a mallo...
2004-07-22  drhAdd join tests to the 2.8 branch. (CVS 1850)
2004-07-22  drhUpdate the version number for release 2.8.15. (CVS...
2004-07-20  drhFix an obscure memory leak in the expression list alloc...
2004-07-20  drhHandle quotes on table names in TABLE.* terms in SELECT...
2004-07-20  drhFix the handling of indices with quoted names. Ticket...
2004-07-20  drhComment out all of date/time functions with SQLITE_OMIT...
2004-07-20  drhCorrect handling of views on tables with quoted column...
2004-07-19  drhLimit occurs after DISTINCT. Ticket #749. (CVS 1824)
2004-07-19  drhFix for ticket #813. (CVS 1820)
2004-07-19  drhCorrectly handle joins of move than 32 tables. Ticket...
2004-07-18  drhUse only unsigned characters in upper() and lower(...
2004-07-18  drhThe %W date specifier in strftime should be measured...
2004-07-18  drhMin() and max() ignore NULL values. Ticket #800. ...
2004-07-17  drhFix for ticket #812 in the 2.8 branch. (CVS 1801)
2004-07-15  drhMake SrcList.nSrc a signed quantity to avoid problems...
2004-07-15  drhCorrect return type on sqliteStrICmp() when argument...
2004-06-26  drhFold in changes submitted by the PHP developers. (CVS...
2004-06-23  drhThe MIN() aggregate function returns NULL if any elemen...
2004-06-19  drhAdd the source code to the sqlite_analyzer utility...
2004-06-19  drhFix a compiler warning in os.c. (CVS 1636)
2004-06-19  danielk1977Backport of (1628) to version 2. (CVS 1631)
2004-06-16  drhUpdate the publish.sh script so that it no longer gener...
2004-06-14  drhDo not authenticate statements when reading the schema...
2004-06-09  drhVersion 2.8.14 (CVS 1554)
2004-06-09  drhUpdate the version number to 2.8.14. For whatever...
2004-06-04  drhCalling sqlite_interrupt() while VACUUM is running...
2004-05-10  drhImprovements to testing of sqlite_interrupt. More...
2004-05-07  drhFix a memory leak in DETACH when using the codec. ...
2004-05-07  drhAdd the sqlite_temp_directory global variable which...
2004-04-29  drhFix a stack overflow problem with INSTEAD OF triggers...
2004-04-24  drhChanges to lemon.c so that it compiles on OpenWatcom...
2004-04-23  drhAdd some extra debugging logic to lemon.c. Ticket...
2004-04-23  drhGet the temp_store and default_temp_store pragmas worki...
2004-03-26  rdcFix windows DLL section of Makefile.in for use with...
2004-03-17  drhChange the ".database" command in the shell to allocate...
2004-03-17  drhFix a VDBE stack overflow that occurs when the left...
2004-03-17  drhThe sqlite_trace() API only works for commands started...
2004-03-16  dougcurrieMakefile.in and sqlite.def changes for encode and non...
2004-03-14  drhPrototypes for sqlite_encode_binary() and sqlite_decode...
2004-03-14  drhMake sqlite_encode_binary() and sqlite_decode_binary...
2004-03-14  drhUpdates to the architecture document. (CVS 1294)
2004-03-13  drhFix the min/max optimizer so that it works when the...
2004-03-10  drhTypecast to work around a bug in {quote: CodeWarrior...
2004-03-10  a.rottmannFixed default target. (CVS 1291)
2004-03-10  a.rottmann* Added rule for rebuilding Makefile from Makefile.in.
2004-03-10  drhThe BTree layer now returns SQLITE_READONLY on an attem...
2004-03-09  drhThe shell program now ignores extra whitespace at the...
2004-03-08  drhVersion 2.8.13 (CVS 1287)
2004-03-08  drhUpdate change log for version 2.8.13. (CVS 1286)
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 ...
next