]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-09-28  drhReplace some unreachable branch instructions with asser... bug-b351d95f9c
2010-09-28  drhTweaks to help facilitate structural test coverage.
2010-09-28  drhTest case and fix for the specific failure of ticket...
2010-09-28  drhUse OP_Copy rather than OP_SCopy at one point in aggreg...
2010-09-28  drhContinuing work toward detecting and fixing shallow...
2010-09-27  drhAdd assert() statements that fail when a shallow copy...
2010-09-27  drhSimplifications to the expression code generator. ...
2010-09-25  drhEnhance the ANALYZE command so that it gathers statisti...
2010-09-25  danAdd new file e_createtable.test.
2010-09-25  drhDo not call gethostuuid() on MacOS 10.4 and earlier...
2010-09-25  danAdd tests to file e_reindex.test.
2010-09-24  danModify some evidence tags to match updated gifs.
2010-09-24  danMerge experimental branch back into trunk.
2010-09-24  danAdd new file e_vacuum.test. Move part of e_select.test...
2010-09-24  danAdd experimental branch disallowing VACUUM when there... experimental
2010-09-24  danModify testable statement ids in a few test files to...
2010-09-23  danAdd tests to e_delete.test.
2010-09-22  danFurther tests and changes to make the r-tree module...
2010-09-22  danAdd new file rtreeA.test, to test that the r-tree exten...
2010-09-21  danAdd new file e_delete.test.
2010-09-21  danAdd tests to e_update.test.
2010-09-20  danAdd test file e_update.test.
2010-09-20  danChanges to test scripts to work with SQLITE_TEMP_STORE=2.
2010-09-20  danAdd further tests to e_insert.test.
2010-09-20  danAdd a test case to verify that bug [313723c356] has...
2010-09-18  drhMake sure the pager cache is cleared if there is any...
2010-09-18  danAdd new test file e_insert.test.
2010-09-18  danFix a couple of stale evidence marks in e_select.test.
2010-09-18  danAdd tests to e_select.test.
2010-09-17  drhClarifications to the sqlite3_auto_extension() document...
2010-09-17  drhUpdates to the documentation for sqlite3_create_collati...
2010-09-17  danAdd tests for some syntax diagrams in lang_select.html.
2010-09-17  drhRemove additional occurrences of <ctype.h> from...
2010-09-17  danAdd new test file fts3shared.test to test the previous...
2010-09-17  danHave all FTS3 queries obtain a read or write table...
2010-09-17  drhCompletely remove all trace of ctype.h from FTS2.
2010-09-16  drhFix a comment typo in memjournal.c
2010-09-16  drhUpdates to the requirements on the sqlite3_create_funct...
2010-09-16  danAdd tests for ORDER BY, LIMIT and OFFSET clauses to...
2010-09-16  danFurther tweaks related to deleting files from malloc_co...
2010-09-16  danFix a problem with the previous change to malloc_common...
2010-09-16  danChange code in malloc_common.tcl (test code) to retry...
2010-09-15  drhUpdates to the sqlite3_progress_handler() documentation.
2010-09-15  danAdd tests for ORDER BY clauses to e_select.test.
2010-09-15  drhAdded the sqlite3_soft_heap_limit64() interface. Depre...
2010-09-15  danAdd trivial test case to make sure shared-cache mode...
2010-09-14  danFurther tests for compound SELECT statements.
2010-09-14  drhClarify the documentation to better explain when an...
2010-09-14  danFix some test failures found running releasetest.tcl.
2010-09-13  danFix walmode.test so that all tests pass with SQLITE_TEM...
2010-09-13  danAdd tests for compound SELECT statements to e_select...
2010-09-13  danFix a couple of test files so that they work with DEFAU...
2010-09-13  danRun the multi-threaded tests in test/threadtest3.c...
2010-09-13  danAlter some configurations in releasetest.tcl. Print...
2010-09-11  danAdd tests for "DISTINCT" and "ALL" to e_select.test.
2010-09-11  drhFix a couple of incorrect evidence marks on malloc().
2010-09-11  drhAdditional evidence marks on the malloc() implementatio...
2010-09-11  drhAdd assert() statements to demonstrate that memory...
2010-09-11  danWhen building from the amalgamation with ENABLE_RTREE...
2010-09-10  drhA further correction to the sqlite3_create_function...
2010-09-10  danAdd tests to e_select.test.
2010-09-10  drhUpdates to the documentation on the sqlite3_create_func...
2010-09-10  drhMake sure SQLite is running with MEMSTATUS enabled...
2010-09-09  drhMake sure MEMSTATUS is enabled at the beginning of...
2010-09-09  danAdd test cases to e_select.test.
2010-09-09  drhFurther updates to the sqlite3_pcache_methods documenta...
2010-09-09  drhMake sure memory statistics are enabled for the dbstatu...
2010-09-09  drhUpdates to the sqlite3_pcache_methods documentation.
2010-09-09  danAdd WHERE clause tests to e_select.test.
2010-09-09  danAdd tests for sub-select statements in the FROM clause...
2010-09-08  danFix problem with test names in e_select.test.
2010-09-08  danAdd tests to e_select.test.
2010-09-08  drhUpdates to the documentation of the sqlite3_column_xxxx...
2010-09-08  drhImproved documentation of SQLITE_THREADSAFE and sqlite3...
2010-09-07  drhUpdates to the documentation on the VFS xOpen method.
2010-09-07  drhUpdate the sqlite3_limit() documentation to explain...
2010-09-07  danAdd tests to e_select.test.
2010-09-07  drhRevised documentation for sqlite3_limit(). Added some...
2010-09-07  shanehExample icon file (32x32x4) for new logo.
2010-09-07  drhRemove a redundant test for multiple output columns...
2010-09-06  drhIn the test scripts, changes instances of the TCL interface
2010-09-06  danAdd test cases to e_select.test.
2010-09-06  drhRemove proprietary information from the releasetest...
2010-09-04  danAdd test file e_select.test.
2010-09-03  drhDocumentation enhancements for sqlite3_db_status()...
2010-09-03  drhImproved documentation of the sqlite3_column_count...
2010-09-03  danAdd a few more subquery tests to e_expr.test.
2010-09-03  shanehReduce the amount of memory taken up by WAL mmaped...
2010-09-03  drhFix a discrepancy between the documented behavior of...
2010-09-02  danMove the test for an (illegal) scalar sub-query that...
2010-09-02  drhFix an off-by-one error in the scratch memory allocator.
2010-09-02  drhUse sqlite3_mutex_notheld() instead of !sqlite3_mutex_h...
2010-09-02  danAdd test case to verify the previous change is correct.
2010-09-02  drhFix the computation of the offset on the mmap() for...
2010-09-02  danAdd tests for the EXISTS operator to e_expr.test.
2010-09-02  danIf MEM_STATUS is disabled, avoid holding the STATIC_MEM...
2010-09-02  shanehFix a few typos. Update evidence marks.
2010-09-01  drhIdentify additional requirements in the sqlite3_vfs...
2010-09-01  danAdd tests to quota.test.
2010-09-01  danCall quota callback destructors from within sqlite3_quo...
next