]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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)
2004-06-23  danielk1977Fix a bug in the previous checkin. (CVS 1677)
2004-06-23  danielk1977Add some tests for user functions that prefer various...
2004-06-23  danielk1977Test cases to verify recovery after a crash. (CVS 1675)
2004-06-23  danielk1977Handle corrupt journal file headers correctly. (CVS...
2004-06-23  danielk1977Add a comment to the output buffer allocation in sqlite...
2004-06-22  drhFix another uninitialized Mem.xDel problem. (CVS 1672)
2004-06-22  drhBe careful to initialize the Mem.xDel field to zero...
2004-06-22  drhMake sure the result of a user-defined function uses...
2004-06-22  drhVersion 3.0.1 ALPHA (CVS 1669)
2004-06-22  drhFix typos in web documentation. Tickets #770 and ...
2004-06-22  drhThe download.tcl script used to generate download.html...
2004-06-22  drhUpdate the changes.html webpage for version 3.0.1....
2004-06-22  drhRename sqlite.dll to sqlite3.dll. (CVS 1665)
2004-06-22  drhPrepare for another ALPHA release. Version number...
2004-06-22  drhDo not apply unary '-' to an unsigned "sizeof" result...
2004-06-22  danielk1977Fix error introduced during merge of main.mk. (CVS...
2004-06-22  drhFix some segfaults that could have occurred after a...
2004-06-22  danielk1977Add crash.test script. (CVS 1660)
2004-06-22  drhAdd comments to test1.c. (CVS 1659)
2004-06-22  drhAdd os_tst.c to the TESTSRC macro in main.mk. (CVS...
2004-06-22  danielk1977Improve the os_test.c module. (CVS 1657)
2004-06-22  drhPatch around compilers that do not support "long long...
2004-06-22  danielk1977Add os_test.c. Not activated yet. (CVS 1655)
2004-06-21  dougcurrieconfigure fixes for cygwin (line endings in configure...
2004-06-21  dougcurrieconfigure fixes for cygwin (line endings in configure...
2004-06-21  dougcurrieconfigure and makefile updates for v3-alpha compiler...
2004-06-21  drhFix an uninitialized variable. The variable was harmle...
2004-06-21  danielk1977Remove unused OP_UtfXX opcodes. (CVS 1650)
2004-06-21  danielk1977Avoid opening a temp table for aggregate queries with...
2004-06-21  danielk1977Add the OP_Concat8 opcode, similar in concept to OP_Str...
2004-06-21  danielk1977Ensure sqlite3ErrorMsg() is used to report errors durin...
2004-06-21  danielk1977Update sqlite3_column_decltype() to return NULL as...
2004-06-21  danielk1977Update sqlite3_changes() to match the documentation...
2004-06-20  dougcurriefix fulltest error by restoring unset (CVS 1644)
2004-06-19  drhMake sure VdbeFunc entries are initialized before tryin...
next