]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-10-01  danAdd tests for CHECK and UNIQUE constraints to e_createt...
2010-10-01  drhAdd #ifndef USE_SYSTEM_SQLITE...#endif around the bundl...
2010-10-01  drhUpdates to the showjournal.c utility in order to bring...
2010-09-30  drhMerge experimental into trunk: Refactor the text-to...
2010-09-30  shanehFix some matching issues in enc4.test affected by TCL...
2010-09-30  danAdd further tests to e_createtable.test.
2010-09-30  shanehFix memory leak in enc4.test script.
2010-09-30  shanehAdditional encoding tests.
2010-09-30  drhRemove unnecessary calls to memAboutToChange() in vdbe...
2010-09-30  drhDo correct affinity transformations on floating point...
2010-09-30  shanehChanges to remove sqlite3FitsIn64Bits().
2010-09-30  drhFix the handling of default values for ALTER TABLE...
2010-09-30  drhRework the text to numeric conversion routines so that...
2010-09-29  danAdd test cases to e_createtable.test.
2010-09-29  danAdd tests for "CREATE TABLE ... AS SELECT ..." statemen...
2010-09-29  drhUpdates to sqlite3_finalize() documentation.
2010-09-28  drhSimplify the test that determines if the name of a...
2010-09-29  danFix some problems that can occur if a trigger has the...
2010-09-28  drhMerge accidental fork.
2010-09-28  danAdd tests to e_createtable.test. Allow a table to be...
2010-09-28  drhGet ANALYZE working again with -DSQLITE_ENABLE_STAT2...
2010-09-28  danDisallow statements of the form "CREATE TEMP TABLE...
2010-09-28  drhUpdates to e_vacuum.test so that it works when SQLITE_D...
2010-09-28  drhFix several harmless compiler warnings.
2010-09-28  danFix an incompatibility with OMIT_VIRTUALTABLE in e_vacu...
2010-09-28  drhUpdates to the sqlite3_get_table() documentation.
2010-09-28  drhUpdate the version number to 3.7.3 in preparation for...
2010-09-28  drhMerge fixes for ticket [b351d95f9cd5ef17e9d9dbae18f5ca8...
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.
next