]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2004-08-18  drhBetter debug logging of the pager. (CVS 1892)
2004-08-18  drhBe more agressive about not creating or opening the...
2004-08-18  drhAvoid creating a TEMP database unless it is absolutely...
2004-08-17  drhFix a typo in a comment. (CVS 1889)
2004-08-14  drhIf meta(3)>0 then make the database readonly for now...
2004-08-14  drhFix a bug that was preventing "PRAGMA temp_store=MEMORY...
2004-08-14  drhThe command-line shell should avoid writing changes...
2004-08-14  drhAdd the ability to specify a alternative temporary...
2004-08-09  drhVersion 3.0.4 (beta) (CVS 1884)
2004-08-09  drhPrepare for the release of version 3.0.4. (CVS 1883)
2004-08-08  drhFix problems in the handling of malloc failures. (CVS...
2004-08-08  drhMake sure the argument to ctype.h macros is always...
2004-08-08  drhAttempting to open a locked table for writing should...
2004-08-07  drhDo not invoke the busy callback when trying to promote...
2004-08-06  drhFix a bug in the logic that converts numbers into strin...
2004-08-04  drhIn the command-line shell: importments to the "help...
2004-08-04  drhSeparate P4 timing asm code out of the SQLITE_DEBUG...
2004-08-04  drhSeparate the ifdefs for INTPTR_TYPE and UINTPTR_TYPE...
2004-08-01  drhFix a memory leak when the auxiliary data of a database...
2004-08-01  drhAdd the ".import" command to the command-line shell...
2004-07-27  drhAdditional test case to cover ticket #831. (CVS 1872)
2004-07-26  drhHonor the ORDER BY clause in a subquery that is the...
2004-07-26  drhGet VACUUM working with UNIQUE indices. Ticket #829...
2004-07-26  dougcurrieadd sqlite3_get_auxdata sqlite3_set_auxdata C API expor...
2004-07-26  drhFix problems for 64-bit machines and when SQLITE_OMIT_A...
2004-07-26  drhVarious size optimizations. (CVS 1867)
2004-07-24  drhPrepared statements now work with CREATE and DROP....
2004-07-24  drhFix more problems with deferred execution of CREATE...
2004-07-24  drhProgress towards getting prepared statements and CREATE...
2004-07-23  drhFirst cut at a analysis tool for version 3.0 databases...
2004-07-22  drhHome page updates. (CVS 1861)
2004-07-22  drhVersion 3.0.3 (CVS 1860)
2004-07-22  drhUpdates to the publish.sh script and the download.html...
2004-07-22  drhFixes to the publish.sh file for version 3.0. (CVS...
2004-07-22  drhUpdate changes log for 2.8.15. Add new architecture...
2004-07-22  drhfile join4_28.test was initially added on branch versio...
2004-07-22  drhfile join3_28.test was initially added on branch versio...
2004-07-22  drhUpdate VERSION and changes.html in preparation for...
2004-07-22  drhChange sqlite* to sqlite3* in the API reference for...
2004-07-22  drhFix bugs associated with the codec. (CVS 1846)
2004-07-22  drhChanges in support of using a codec. (CVS 1845)
2004-07-22  drhChanges in support of using a codec. (CVS 1844)
2004-07-22  drhInitial implementation of variable page sizes and the...
2004-07-21  drhUpdates comments in sqlite.h.in that describe the destr...
2004-07-21  drhUpdate the TCL API documentation. (CVS 1841)
2004-07-21  drhUpdates to the C-language API documents for version...
2004-07-21  drhMinor coding enhancements. (CVS 1839)
2004-07-20  drhSimplify the where.c logic by flipping expression over...
2004-07-20  drhLemon collapses common destructors and reduce actions...
2004-07-20  drhAdd the '%ifdef' capability to lemon. Other minor...
2004-07-20  drhHandle quotes on the table name in TABLE.* terms in...
2004-07-20  drhReport an error when attempting to open a directory...
2004-07-20  drhAdd test for creating indices with quoted names. Ticke...
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  drhRefinements to the LIMIT patch (1823) for ticket #749...
2004-07-19  drhLIMIT occurs after DISTINCT. Ticket #749. (CVS 1823)
2004-07-19  dougcurriemore uses of sqlite3.pc (CVS 1822)
2004-07-19  drhThe OsFile under Unix records a pointer back to the...
2004-07-19  drhRemove debugging code that was accidently left in join4...
2004-07-19  drhFix for ticket #813. (CVS 1818)
2004-07-19  drhStore schema cookies on the TEMP database. Ticket...
2004-07-19  dougcurrieuse -lsqlite3 in .pc file (CVS 1816)
2004-07-19  dougcurrieUse 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1815)
2004-07-19  dougcurrieUse 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1814)
2004-07-19  drhCorrectly handle joins of more than 32 tables. Ticket...
2004-07-19  drhA failed ATTACH leaves the database in a consistent...
2004-07-19  drhWhen comparing two expressions do not apply affinity...
2004-07-18  drhUnsuccessful attempt to reproduce ticket #807. (CVS...
2004-07-18  drhUse only unsigned characters for upper() and lower...
2004-07-18  drhThe %W date specifier in strftime should be measured...
2004-07-18  drhAn improved fix for the min() problem of ticket #800...
2004-07-18  drhmin() ignores NULL values. Ticket #800. (CVS 1802)
2004-07-17  drhmprintf() correctly handles "%s","". Fix for ticket...
2004-07-17  drhUse the F_FULLFSYNC fctrl if it is available. Record...
2004-07-15  drhAdded tests for sqlite3_changes after a DELETE. (CVS...
2004-07-15  drhImplement the experimental sqlite3_bind_parameter_count...
2004-07-15  drhMake SrcList.nSrc a signed quantity to avoid problems...
2004-07-15  drhFix the return type on sqliteStrICmp when the input...
2004-07-01  drhBug fixes in the windows build process within the publi...
2004-06-30  drhVersion 3.0.2 (Beta) (CVS 1791)
2004-06-30  drhAdd -DNDEBUG to the default makefile. (CVS 1790)
2004-06-30  drhOmit the "LL" literal qualifier as it causes problems...
2004-06-30  drhAdd a Credits section to the version3.html document...
2004-06-30  drhDo not use "new" as a variable name - some compilers...
2004-06-30  drhUp the version number to 3.0.2 and make changes to...
2004-06-30  drhSpecify ASCII versions of Win32 API functions. (CVS...
2004-06-30  danielk1977Fix a typo in capi3.tcl. (CVS 1784)
2004-06-30  danielk1977Have the debug version of sqliteRealloc() return partia...
2004-06-30  danielk1977Fix a memory allocation problem in os_test.c (CVS 1782)
2004-06-30  danielk1977Coverage improvements for malloc and vdbemem.c (CVS...
2004-06-30  drhAdd the crashtest target to Makefile.in. Add LL suffix...
2004-06-30  drhSkip bigfile.test on Mac OS X. Darwin does not handle...
2004-06-30  drhWhen a statement causes a ROLLBACK due to an ON CONFLIC...
2004-06-30  danielk1977Make sure vacuum.test closes all files. (CVS 1777)
2004-06-30  danielk1977Coverage tests for vacuum.c (CVS 1776)
2004-06-30  danielk1977Fixes for compiler warnings. Also more coverage. (CVS...
2004-06-30  danielk1977Add some tests for overlapping SELECT, COMMIT and ROLLB...
2004-06-30  drhImprove test coverage of util.c (CVS 1773)
2004-06-30  drhImproved test coverage of func.c and hash.c. (CVS 1772)
next