]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-05-29  drhFix cosmetic issues spotted while working on ticket...
2008-05-29  shaneMoved check and define for OS_WINCE from os_win.c to...
2008-05-29  drhWhen initializing the sqlite_sequence entry for an...
2008-05-29  drhFix an obsolete comment on the OP_Rowid opcode in the...
2008-05-29  shaneOmit declaration for functions that are only used by...
2008-05-29  shaneUnused functions in testfixture.exe with certain define...
2008-05-29  shanesqlite3OsDl*() APIs can be omitted if SQLITE_OMIT_LOAD_...
2008-05-28  shaneUse %llx instead of %x for 64 bit values (this only...
2008-05-28  shaneUpdate makefile.in so that makefiles generated by confi...
2008-05-28  danielk1977Add another test case to vacuum3.test. (CVS 5168)
2008-05-28  danielk1977Add a test to vacuum3.test to try to trick sqlite into...
2008-05-28  drhAllow the SQLITE_MAX_EXPR_DEPTH compile-time parameter...
2008-05-27  shaneIn test3.c, use type 'u32' instead of 'unsigned int...
2008-05-27  shaneUpdated to use localtime_s() in Windows build environme...
2008-05-27  shaneExplicitly typedef Pgno as 'u32' instead of 'unsigned...
2008-05-27  drhFix a bug in rtree that occurs when too many constraint...
2008-05-26  drhUse %w instead of %q when constructing shadow table...
2008-05-26  drhUpdate the amalgamation builder to incorporate the...
2008-05-26  danielk1977Import 'rtree' extension. (CVS 5159)
2008-05-26  drhFix the LIKE query optimizer so that it works with...
2008-05-23  shaneFixed various typos, spelling, grammar, and formatting...
2008-05-23  drhAdd a test case of preparing a statement with an nBytes...
2008-05-23  drhDo not references zSql(-1) if nBytes==0 in sqlite3_prep...
2008-05-22  danielk1977Ensure that the db.mallocFailed flag is cleared before...
2008-05-21  drhAdd the "volatile" keyword to variables in the Pager...
2008-05-21  shaneUpdate sqlite3_open*() documentation on shared cache...
2008-05-21  drhFix the VACUUM command so that it does not modify the...
2008-05-20  pweilbacherFix OS/2 compilation for pre-C99 compilers. (CVS 5150)
2008-05-20  drhCorrections to the documented behavior of sqlite3_last_...
2008-05-20  drhChanges to the error handling policies of sqlite3_exec...
2008-05-20  shaneAdded more DST boundary checks for 2006 and 2007. ...
2008-05-20  shaneUpdated test case for Windows to get around problems...
2008-05-20  danielk1977Do not attempt to write a master journal name to the...
2008-05-19  drhImprovements to API documentation. The sqlite3_exec...
2008-05-19  shaneSQLite stores native file names and paths for the datab...
2008-05-19  drhFix sqlite3Atoi64 to return true if handed a number...
2008-05-19  drhIn the CLI, handle the compilation option -DOS_OS2...
2008-05-19  shaneAdded test cases for corrupt 2-10 byte SerialTypeLen...
2008-05-16  danielk1977Disable the column cache when coding values that will...
2008-05-16  danielk1977Check that the encoding of values passed to sqlite3_bin...
2008-05-16  danielk1977Add more version tags to files that lack them. Ticket...
2008-05-15  drhAdd version tag comments to source files that lack...
2008-05-15  danielk1977Add the "page_count" pragma. Returns a single integer...
2008-05-15  danielk1977If a pager is already in the error-state when CommitPha...
2008-05-15  danielk1977Fix a test script bug - not all database handles were...
2008-05-15  danielk1977Do not write pages to disk to free memory after an...
2008-05-14  drhVersion 3.5.9 (CVS 5131)
2008-05-13  shaneOn instruction from DRH, only do malloc failure tests...
2008-05-13  drhDo a slow-path in GetVarint32() for varints that do...
2008-05-13  drhMake the benign-fault setting recursive. Make all...
2008-05-13  drhUpdate the pager so that it does not try to commit...
2008-05-13  drhUpdate the autoconf makefile so that it includes -lpthr...
2008-05-12  pweilbachercheck that DosWrite() was successful before trying...
2008-05-12  drhAdd "b" to fopen() in the hexio tests so that extra...
2008-05-12  danielk1977Temporarily disable extended IO error code tests. ...
2008-05-12  drhFix typo in documentation of sqlite3_step(). Ticket...
2008-05-12  danielk1977Make test function do_ioerr_test more robust. No code...
2008-05-12  danielk1977Modify logging code in test_osinst.c. No changes to...
2008-05-12  pweilbacherUse short timeout for locking operations by default...
2008-05-12  pweilbacherCorrectly test DosWrite() for failure return code ...
2008-05-11  drhUse memcpy() instead of casting to copy the content...
2008-05-11  drhNew test cases to verify that SQLite handles bound...
2008-05-09  pweilbacherFix leaked filename in case DosOpen() fails. (CVS 5115)
2008-05-09  danielk1977Re-enable tests that were accidentally disabled by...
2008-05-09  drhReformulate the constants for the minimum and maximum...
2008-05-09  danielk1977Fix a problem with recovering from an IO error in exclu...
2008-05-09  drhDo not clear the error code or error message in sqlite3...
2008-05-09  drhFix the ALTER TABLE RENAME algorithm so that it is...
2008-05-09  drhBack out check-in (5108). The original isnan() impleme...
2008-05-09  drhChange the implementation of sqlite3IsNaN() so that...
2008-05-08  danielk1977Fix recently introduced bug in tester.tcl. (CVS 5107)
2008-05-08  danielk1977Add extra instrumentation to test_osinst.c. Also the...
2008-05-08  drhUse a 6-byte rather than an 8-byte encoding for integer...
2008-05-08  drhIncrement the version number. (CVS 5104)
2008-05-08  drhFix the new ioerr4.test so that it plays well with...
2008-05-07  danielk1977Fix some problems with multi-file transactions in persi...
2008-05-07  shaneAdded test cases for corrupt SerialTypeLen header value...
2008-05-07  danielk1977Modify the header comment in jrnlmode2.test. No code...
2008-05-07  danielk1977Change the header comment in jrnlmode4.test. No changes...
2008-05-07  danielk1977If an error occurs within xAccess(), it should return...
2008-05-07  drhAdd a new I/O error test: ioerr4. (CVS 5097)
2008-05-07  drhFix a null-pointer dereference that can occur following...
2008-05-07  drhOmit mutex variables in the pager when threadsafe is...
2008-05-07  danielk1977Fix a problem causing the database to be truncated...
2008-05-07  mlcreechOnly look for config.h if the autoconf-based build...
2008-05-06  pweilbacherFix most remaining testsuite failures on OS/2 by switch...
2008-05-06  pweilbacherThe pathToDel element of the os2File structure should...
2008-05-06  pweilbacherRemove delOnClose flag from os2File structure, use...
2008-05-06  danielk1977Fix a bug whereby the database file was not always...
2008-05-06  mlcreechAdd defines for _FILE_OFFSET_BITS and _LARGE_FILES...
2008-05-05  mlcreechAdd AC_SYS_LARGEFILE to ensure large file support,...
2008-05-05  danielk1977Fix recently introduced test script error causing a...
2008-05-05  drhBetter error messages when trying to open a large file...
2008-05-05  drhDo not segfault in the CLI if sqlite3_open() fails...
2008-05-05  danielk1977If an IO error occurs while locking the database and...
2008-05-05  danielk1977Avoid leaking page references after an IO error is...
2008-05-05  drhFix a couple of minor problems with transactions in...
2008-05-05  danielk1977Avoid leaking page references when database corruption...
2008-05-05  danielk1977Fix to test code to build when ENABLE_IOTRACE is not...
2008-05-02  drhMake sure that when a connection is blocking on a RESER...
next