]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-04-29  drhUpdate the documentation on the sqlite3_changes() and...
2009-04-29  danielk1977Fix a case in where.c where a crash can follow a malloc...
2009-04-29  danielk1977Add a version of cellSizePtr() that is faster than...
2009-04-29  danielk1977Simplify a conditional expression in btree.c. (CVS...
2009-04-28  drhFix an out-of-order test number in blob.test. Cosmetic...
2009-04-28  drhFix asserts in hash.c so that zero-length symbols can...
2009-04-28  danielk1977When testing with TEMP_STORE=3 and the test pcache...
2009-04-28  drhRemove an unused function declaration from hash.h....
2009-04-28  danielk1977Further adjustment to rowhash.test to account for rowid...
2009-04-28  drhSimplifications to the symbol table implementation...
2009-04-28  danielk1977Have sqlite3_create_collation() return MISUSE if passed...
2009-04-28  drhDo not store the zero string terminator as part of...
2009-04-28  danielk1977Another fix to the same assert as in (6555). It can...
2009-04-28  danielk1977Fix an assert that could fail after a parse error in...
2009-04-28  danielk1977Avoid changing the pager journal-mode once a write...
2009-04-28  drhAdd test cases for sqlite3_complete with an EXPLAIN...
2009-04-28  drhMake sure sqlite3_open16() always zeros the db return...
2009-04-28  drhEnhance sqlite3_complete() so that it understands EXPLA...
2009-04-27  drhBring the documenation and implementation of sqlite3_co...
2009-04-25  danielk1977Tests for the new asynchronous IO API. (CVS 6549)
2009-04-24  drhAdd another test case for the "x IS NULL" uniqueness...
2009-04-24  danielk1977Dequote the "from" table in a FOREIGN KEY definition...
2009-04-24  drhGet rid of the special RowSet processing in where.c...
2009-04-24  drhMake sure that the optimizer realizes that an "x IS...
2009-04-24  danielk1977Make selecting the asynchronous IO file-locking mode...
2009-04-24  danielk1977Improve comments and documentation of the asynchronous...
2009-04-23  shaneos_win.c, winOpen(), changed to handle the SQLITE_OPEN_...
2009-04-23  shaneUpdated misc. test scripts for Windows testing with...
2009-04-23  shaneRemove some incorrect async tests; (CVS 6540)
2009-04-23  danielk1977Move the asynchronous IO code from src/test_async.c...
2009-04-23  drhRework the column-cache mechanism to be more robust...
2009-04-22  drhEliminate the OP_VRowid opcode. The regular OP_Rowid...
2009-04-22  drhChange the OP_Rowid opcode so that a deferred OP_Seek...
2009-04-22  drhRemove the rowhash object from the code. Rowset now...
2009-04-22  drhExtend the Rowset object to contain all the capabilitie...
2009-04-21  danielk1977Move RowHashBlock.nUsed to RowHash.nUsed. Fix a typo...
2009-04-21  danielk1977Fix a segfault that followed a malloc failure introduce...
2009-04-21  drhAdjust the rowhash.test module so that it recovers...
2009-04-21  drhAllocate the initial RowHash object using lookaside...
2009-04-21  drhNew comments and minor refactoring of rowhash.c. (CVS...
2009-04-21  drhRemove a redundant test from sqlite3_shutdown(). (CVS...
2009-04-21  danielk1977Attempt to optimize virtual table queries with 'OR...
2009-04-20  drhChange the journal_mode pragma so that it always return...
2009-04-20  drhAdd new tests to show that journal_mode=OFF works with...
2009-04-20  drhClarify the documentation to make it clear that sqlite3...
2009-04-20  drhDo not use deprecated interfaces internally when compil...
2009-04-20  drhSpeed improvements by avoiding unnecessary calls to...
2009-04-19  drhUpdate comments and remove unused code in btree.c....
2009-04-19  drhMake extra calls to sqlite3_shutdown() be harmless...
2009-04-17  drhRevise the implementation of sqlite3_initialize() sligh...
2009-04-17  drhGet the behavior of SQLITE_HAVE_ISNAN right. It was...
2009-04-17  drhAdd the SQLITE_HAVE_ISNAN compile-time option which...
2009-04-17  drhCheck-in (6514) did not completely remove the obsolete...
2009-04-16  drhAdd NEVER and ALWAYS tags to conditionals in analyze...
2009-04-16  drhRemove obsolete test from bindxfer.tcl. Ticket #3802...
2009-04-16  drhChanges to alter.c to enable full branch coverage testi...
2009-04-16  drhMake sure the 'unixepoch' converter in the date and...
2009-04-16  drhIn a 3-fold compound SELECT make sure early code genera...
2009-04-15  drhFix the group_concat() function so that it inserts...
2009-04-15  shaneFix access violation on WinCE platforms. Ticket #3804...
2009-04-15  drhMark an branch in alter.c as always false. Only run...
2009-04-15  drhDisable the temptrigger.test test script when shared...
2009-04-14  aswiftnMax can be zero and subtracting 1 from an unsigned...
2009-04-14  drhChange the sqlite3_bind_value() implementation to use...
2009-04-14  drhReimplement the sqlite3_bind_value() interface so that...
2009-04-13  drhEnhancements to virtual table documentation. Comment...
2009-04-13  drhVersion 3.6.13 (CVS 6502)
2009-04-13  drhRerun autoconf in preparation for 3.6.13. (CVS 6501)
2009-04-13  chwupdated Makefile.vxwSH4 and renamed it to Makefile...
2009-04-11  drhFix malloc5.test so it work on both 64-bit and 32-bit...
2009-04-11  drhFix an obscure problem with recovery from I/O errors...
2009-04-11  drhAdd a comments and an assert() to the virtual table...
2009-04-11  danielk1977Fix a case where a corrupt database could cause an...
2009-04-11  drhAllocate a little extra scratch space for the memsubsys...
2009-04-11  drhIncrease the hard upper bound on the number of pcache...
2009-04-11  danielk1977Replace invocation of (really_finish_test) from async...
2009-04-11  danielk1977In sqlite3PagerMovepage(), avoid holding a reference...
2009-04-10  drhRemove more unused branches from vdbeapi.c. (CVS 6491)
2009-04-10  drhIn the async test, make sure procedures do not get...
2009-04-10  drhRemove unused branches from the vdbeapi.c module. ...
2009-04-10  danielk1977Increase the error tolerance when verifying the approxi...
2009-04-10  danielk1977Do not run io.test as part of the inmemory_journal...
2009-04-10  drhRe-enable the alt_pcache tests in permutations.test...
2009-04-10  shaneFix MSVC compiler warning in vdbeaux.c. (CVS 6485)
2009-04-10  drhDisable the select1-15 tests when locking_mode is EXCLU...
2009-04-10  danielk1977Changes to jrnlmode.test to account for in-memory temp...
2009-04-10  drhSimplifications and additional comments on the sqlite3_...
2009-04-10  danielk1977Changes to ensure that when running in shared-cache...
2009-04-10  danielk1977Always set BtShared.db when entering the BtShared mutex...
2009-04-10  drhForce 8-byte alignment of sqlite3_value objects in the
2009-04-09  drhIncrease the version number to 3.6.13 in preparation...
2009-04-09  chwProvide dummy DWORD arguments to output parameters...
2009-04-09  drhRemove misuse detection from the deprecated sqlite3_tra...
2009-04-09  drhEnhance sqlite3_shutdown() so that it automatically...
2009-04-08  drhSimplify the implementation of the columnName() functio...
2009-04-08  drhAdd an assert() to the implementation of count(*) that...
2009-04-08  drhReconfigure the default case for the printf switch...
2009-04-08  drhRemove a pair unnecessary conditions from printf.c...
2009-04-08  drhMinor refactoring of the expression-compaction logic...
2009-04-08  drhDo not attempt to walk a TokenOnly or SpanOnly expressi...
next