]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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)
2004-06-30  danielk1977Allow strings that look like integers to be inserted...
2004-06-30  danielk1977Minor fixes for UTF-16 databases. (CVS 1770)
2004-06-30  drhSome extra tests for the OP_MustBeInt opcode. (CVS...
2004-06-30  drhRemove some pointless asserts from btree.c. (CVS 1768)
2004-06-29  danielk1977Run tests in UTF-16 mode. (CVS 1767)
2004-06-29  danielk1977Fix capi3.test so that it works with production (as...
2004-06-29  drhFix TRACE7 in os_common.h. (CVS 1765)
2004-06-29  danielk1977Ensure the tcl interface returns an error when sqlite3_...
2004-06-29  danielk1977Test cases intended to improve coverage of main.c....
2004-06-29  drhImproved test coverage of table.c and printf.c. (CVS...
2004-06-29  drhImproved test coverage of tclsqlite.c (CVS 1761)
2004-06-29  drhAdd testing for sqlite3_trace() and fix a bug. (CVS...
2004-06-29  drhComment out unused routine in os_unix.c. (CVS 1759)
2004-06-29  drhDo not set new error messages after a malloc failure...
2004-06-29  danielk1977Fix error reporting path for errors that occur while...
2004-06-29  danielk1977Bug-fixes to get the two threadtest C programs working...
2004-06-29  drhTry to get threads working again on Linux. (CVS 1755)
2004-06-28  danielk1977More coverage testing. (CVS 1754)
2004-06-28  drhGet all tests working under win2k. (CVS 1753)
2004-06-28  danielk1977Add a simple test case for inter-process locking. ...
2004-06-28  danielk1977Fix some problems with multi-file transaction rollback...
2004-06-28  danielk1977A few more warning fixes. (CVS 1750)
2004-06-28  danielk1977Fix a bunch of harmless warnings. (CVS 1749)
2004-06-28  danielk1977Fix a seg-fault caused by a malloc() failure. (CVS...
2004-06-27  danielk1977Fix unitialised variable in sqlite3VdbeFinalize()....
2004-06-27  drhRemove unused routines from vdbeaux.c. Improve test...
2004-06-27  drhFix a bug in the handling of Mems inside of vdbe.c...
2004-06-26  drhCoverage testing of pragma.c. (CVS 1744)
2004-06-26  drhFold in a 64-bit change that came from the PHP people...
2004-06-26  danielk1977Fix a problem where a file was not being closed after...
2004-06-26  drhAdd news about the break-in to the homepage. (CVS 1740)
2004-06-26  danielk1977Fix error message returned when a database cannot be...
2004-06-26  danielk1977Minor fixes related to the tests in misuse.test (CVS...
2004-06-26  danielk1977Remove the 'nMaster' argument from various pager and...
2004-06-26  danielk1977Remove default_synchronous and temp_store pragmas....
2004-06-26  danielk1977Remove default_synchronous and temp_store pragmas....
2004-06-26  danielk1977Fix a bug in the new full-sync journal format. (CVS...
2004-06-25  danielk1977Fix CVS merge problem. (CVS 1693)
2004-06-25  danielk1977Add a checksum to the master journal name stored at...
2004-06-25  danielk1977Remove crash.test from memleak.test. (CVS 1691)
2004-06-25  danielk1977Remove duplicate sqlite3_changes() declaration. Ticket...
2004-06-25  danielk1977A few more comment changes. No code alterations. (CVS...
2004-06-25  danielk1977Add a comment on the implementation of sqlite3OsLock...
2004-06-25  danielk1977Activate test cases for new journal format. (CVS 1687)
2004-06-25  danielk1977Modifications to the journal format to make it more...
2004-06-25  drhFix signed integer problems in vxprintf. Ticket #778...
2004-06-24  dougcurrieadd all sqlite3_ functions in capi reference to dll...
2004-06-24  dougcurrieadd sqlite3_exec to dll exports (CVS 1683)
2004-06-24  dougcurriemake doc directory earlier in build; see (1667) (CVS...
2004-06-24  danielk1977Minor fix for 'make doc'. (CVS 1681)
2004-06-24  danielk1977Apply (1679) to version 3. Ticket #777. (CVS 1680)
2004-06-23  danielk1977Improve test coverage of utf.c. (CVS 1678)
next