]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2008-06-23  danielk1977Fix a bug in handling queries on the sqlite_master...
2008-06-23  drhAdditional tests added to capi3.test. (CVS 5285)
2008-06-23  danielk1977Fix a failure to report a failed malloc() within sqlite...
2008-06-23  danielk1977Fix a bug causing the pager-cache size to be reset...
2008-06-23  danielk1977Run (a subset of) the rtree tests from quick.test....
2008-06-23  danielk1977Handle a real system malloc() failure in mem1.c. (CVS...
2008-06-23  danielk1977Remove a non-ansi construct from mem1.c - an assert...
2008-06-23  danielk1977Avoid passing "void(*)(void)" as an argument to va_arg...
2008-06-23  danielk1977Fix some codewarrior compilation problems. (CVS 5278)
2008-06-23  danielk1977Fix a compilation problem with SQLITE_OMIT_VIRTUAL_TABL...
2008-06-23  mihailimFixed wrong type in sqlite3_create_collation16 declarat...
2008-06-23  danielk1977Correct comments above sqlite3_release_memory() and...
2008-06-23  danielk1977Fix a bug whereby opening a connection to an existing...
2008-06-22  mihailimRemoved INVARIANTS sections in the experimental extensi...
2008-06-22  drhFix a bug in the KEYINFO handling within select.c....
2008-06-22  mihailimReadded erroneously deleted {END} tag and doublechecked...
2008-06-22  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-22  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Prevent veryquick.test and all.test from running permut...
2008-06-21  danielk1977Fix a bug in permutations.test causing the utf-16 tests...
2008-06-21  danielk1977Add test file permutations.test, which runs various...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Remove mutex2.test. It will be replaced later today...
2008-06-21  mihailimMore documentation spellcheck and cleanup. No changes...
2008-06-21  danielk1977Fix a problem in the test suite that could cause a...
2008-06-21  mihailimDocumentation spellcheck and cleanup. No changes to...
2008-06-20  drhAdd new Compare and Jump codes to the virtual machine...
2008-06-20  danielk1977Add a test to check that opening a second connection...
2008-06-20  drhChange the SRT_Subroutine mode into SRT_Coroutine....
2008-06-20  danielk1977Add a mode to the sqlite3_test_control() interface...
2008-06-20  danielk1977Move (almost all) malloc failure test logic from fault...
2008-06-20  drhPatch to memsubsys1.test in order to avoid a segfault...
2008-06-19  drhUnset global TCL variables in the func.test script...
2008-06-19  danielk1977Move the malloc() failure simulation out of malloc...
2008-06-19  drhDocumentation and test-script updates. (CVS 5249)
2008-06-19  drhFix some minor compile problems. (CVS 5248)
2008-06-19  drhAdditional test cases for loadable extensions. (CVS...
2008-06-19  drhAdd recent API additions to the loadable extension...
2008-06-19  drhCheck in the missing status.c source file. (CVS 5245)
2008-06-19  danielk1977Shuffle some of the mutex related documentation in...
2008-06-19  drhAdd the sqlite3_next_stmt() interface, including test...
2008-06-19  drhFix a bug in the noop-mutex implementation. (CVS 5242)
2008-06-19  drhBug fixes: Plug a memory leak introduced by the previo...
2008-06-19  drhAdd some test logic to the new memory allocation subsys...
2008-06-18  pweilbacherfix OS/2 files to compile again (looking at Windows...
2008-06-18  danielk1977Remove public APIs sqlite3_mutex_init() and sqlite3_mut...
2008-06-18  drhAdded support for scratch-memory lookaside allocations...
2008-06-18  danielk1977Add a call to sqlite3_initialize() to sqlite3_mutex_all...
2008-06-18  danielk1977Fix a test case in mutex1.test that was failing when...
2008-06-18  danielk1977Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITH...
2008-06-18  drhMake sure aggregate functions can take any number of...
2008-06-18  drhAdd documentation on the sqlite3_mutex_methods object...
2008-06-18  drhAdded new configuration options to query the low-level...
2008-06-18  danielk1977Add some test infrastructure and cases for the new...
2008-06-18  drhRemove mem3.c and mem5.c from the amalgamation for...
2008-06-17  danielk1977Add the SQLITE_CONFIG_MUTEX symbol for use with sqlite3...
2008-06-17  danielk1977Change the mutex interface to be pluggable. This is...
2008-06-17  drhAdd internal interfaces: PageMalloc/PageFree and Scrat...
2008-06-17  drhDo not allow a VACUUM to try to change the page_size...
2008-06-16  drhClean up obfuscated code in sqlite3_table_column_meta_d...
2008-06-16  danielk1977Fix a recently introduced resource leak in test file...
2008-06-16  danielk1977Fix a problem with the incremental blob API. sqlite3_bl...
2008-06-16  danielk1977Add a test to verify that IN(...) WHERE clause terms...
2008-06-15  drhContinuing work on the new memory allocation subsystem.
2008-06-14  drhContinuing progress on the new memory allocation subsys...
2008-06-13  drhProgress toward implementation of sqlite3_config()...
2008-06-12  drhEnhance zeroblob tests to use the sqlite3_memory_highwa...
2008-06-12  drhFix a typo in the date/time function tests. Add additi...
2008-06-12  drhConvert the date/time functions to work with millisecon...
2008-06-12  danielk1977Add another test to incrblob2.test. This test failed...
2008-06-12  drhAvoid unnecessary float->text->float conversions in...
2008-06-12  drhAdd the ability to disable the "localtime" modifier...
2008-06-12  drhRemove obsolete code from the test_osinst.c module...
2008-06-12  drhCopy the latest VFS changes into the OS/2 implementatio...
2008-06-12  shaneAdded additional testcases for julianday calculations...
2008-06-12  shaneAdded x86_64 version of hwtime function. Ticket #3156...
2008-06-12  shaneRemoved all C++ style comments. Ticket #3172. (CVS...
2008-06-12  drhAdditional refinements to the new sqlite3_initialize...
2008-06-11  drhAdjust the error-message text in corrupt7.test. (CVS...
2008-06-11  danielk1977Fix an error in the previous commit found by corrupt7...
2008-06-11  danielk1977Check that the offsets in the cell-offset array of...
2008-06-11  drhAdd a test case for the database corruption in the...
2008-06-11  danielk1977Update utility program speedtest8inst1.c. (CVS 5201)
2008-06-10  drhA completely new design for the sqlite3_initialize...
2008-06-10  danielk1977Invalidate sqlite3_blob* handles whenever an SQL statem...
2008-06-09  drhInitial attempt at defining the sqlite3_initialize...
2008-06-09  shaneMoved declaration of int nPage; to top of block to...
2008-06-09  danielk1977Add test file incrblob2.test to test opening two blob...
2008-06-07  danielk1977Change the signature of sqlite3PagerPagecount() so...
2008-06-07  danielk1977Do not call xSync() from zeroJournalHdr() if the Pager...
2008-06-06  danielk1977Avoid attempting to delete the journal file of a tempor...
2008-06-06  danielk1977Add the xGetLastError() member function to the sqlite3_...
2008-06-06  drhRemove the subroutine return stack from the VDBE. ...
2008-06-06  danielk1977Remove the xGetTempname() method from the vfs structure...
2008-06-05  danielk1977Reorganize some of the code that detects expression...
2008-06-05  danielk1977Modify the signatures of the sqlite3_vfs.xAccess and...
2008-06-04  drhFix another typo in the rtree README file. (CVS 5187)
next