]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2009-01-11  drhThe crash8.test depends on auto_vacuum being off. ...
2009-01-11  drhIn io.test, reset the connection after manually deletin...
2009-01-11  drhAdjust savepoint.test so that it can deal with SQLITE_T...
2009-01-10  danielk1977Do not run crash8.test as part of the "journaltest...
2009-01-10  danielk1977Remove the unused Pager.alwaysRollback flag. Fix a...
2009-01-10  drhRemove an faulty assertion inserted a few days ago...
2009-01-10  drhWhen compiled with SQLITE_DEBUG (in other words, when...
2009-01-10  danielk1977Improve coverage of pager.c. (CVS 6158)
2009-01-10  drhFix a bug caused by overzealous code test coverage...
2009-01-10  drhRemove some unused code from expr.c in order to increas...
2009-01-10  danielk1977Fix a bug in the previous commit - use SQL comments...
2009-01-10  danielk1977Add a malloc failure test case that covers a few previo...
2009-01-09  drhCoverage improvements in pragma.c. Change the __DARWIN...
2009-01-09  danielk1977Increase pager.c coverage a bit. Fix an assert failure...
2009-01-09  drhFix two problems in test instrumentation that show...
2009-01-09  drhSimplifications to btree.c to improve test coverage...
2009-01-09  danielk1977Add a couple of coverage tests. (CVS 6149)
2009-01-09  drhMore coverage improvements. (CVS 6148)
2009-01-09  drhIncreased test coverage. (CVS 6147)
2009-01-08  drhIncreased test coverage in where.c. (CVS 6146)
2009-01-08  danielk1977Fix a comment in pager.c. No actual code changes. ...
2009-01-08  danielk1977Avoid an 'invalid cast' warning in test_osinst.c. ...
2009-01-08  danielk1977Fix a couple of potential corruption problems in pager...
2009-01-08  drhAdd a test script for ticket #2565. Change the assert...
2009-01-08  drhAllow database files to be created in the root director...
2009-01-08  danielk1977Clean up test_journal.c to make it easier to follow...
2009-01-08  drhIncrease test coverage of where.c. Make sure OR-optimi...
2009-01-07  drhAdd new test cases to increase coverage of where.c...
2009-01-07  drhFix a bug in the LIKE query optimization. (Found by...
2009-01-07  danielk1977Make the same change as (6121) (accidentally reverted...
2009-01-07  danielk1977Add a "synchronous = off" variant to savepoint6.test...
2009-01-07  danielk1977Change SQLITE_MAX_FUNCTION_ARG from 100 to 127 to match...
2009-01-07  drhFor archival purposes, add the TCL script that was...
2009-01-07  drhConjecture: a journal header with nRec==0 must be the...
2009-01-07  danielk1977Fix for 'truncate file' operations on in-memory databas...
2009-01-07  danielk1977Add a comment to the openSubjournal() function in pager...
2009-01-07  danielk1977Fix a problem with reverting a 'DROP TABLE' command...
2009-01-07  danielk1977Fix savepoint related bugs. A rollback caused by an...
2009-01-07  drhAdd a HIGHSTRESS parameter to the sqlite3_config_alt_pc...
2009-01-07  drhPager changes attempting to verify that ticket #2565...
2009-01-06  drhNow that we have permutations.test, it is really only...
2009-01-06  danielk1977Reduce the number of paths in btreeCopyFile(). (CVS...
2009-01-06  danielk1977Modify test_journal.c to verify the page data being...
2009-01-06  drhCleanup of the PAGERTRACE macro. Other comment changes...
2009-01-06  danielk1977The fix in (6120) wasn't quite right. This fixes it...
2009-01-06  danielk1977Fix a recently introduced problem in "permutations...
2009-01-06  drhUpdate permutations.test so that it does not show an...
2009-01-06  danielk1977Fix a memory leak in test_journal.c (test code). Also...
2009-01-06  drhFix compiler warnings. (CVS 6117)
2009-01-06  danielk1977Add some savepoint related test cases and fix a few...
2009-01-06  drhRemove leftover "breakpoint" from the fuzz.test script...
2009-01-06  drhFix a problem in the WHERE clause generator when the...
2009-01-05  drhThe fix in (6111) was not quite right. This version...
2009-01-05  drhReenable fuzz testing for all.test. Make sure the...
2009-01-05  drhMake sure the MEM_Zero flags is cleared whenever removi...
2009-01-05  drhInclude fuzz3.test in all.test. Get fuzz3.test working...
2009-01-05  danielk1977Fix some test code problems in "permutations.test journ...
2009-01-03  danielk1977Add some tests with attached databases to savepoint...
2009-01-03  drhWhen the commit_hook calls a query recursively, make...
2009-01-03  drhFix a typo in a comment. (CVS 6106)
2009-01-03  danielk1977Add test file savepoint6.test. Contains pseudo random...
2009-01-02  drhMemory allocation failure in Bitvec are probably all...
2009-01-02  drhReinitialize page 1 of the database file following...
2009-01-02  drhFix compiler warnings in pager.c (CVS 6102)
2009-01-02  danielk1977Modify the (transaction) method of the tcl interface...
2009-01-02  shaneAdd fts_expr.* files to Makefile.in. (CVS 6100)
2009-01-02  shaneMany of the boundary tests depend on a working 64-bit...
2009-01-02  drhIncrement the version number to 3.6.8. (CVS 6098)
2009-01-02  drhDo not display matches against
2009-01-01  danielk1977Fix a (benign) valgrind error that can occur following...
2009-01-01  danielk1977Fix some problems in the fts3 expression parser with...
2009-01-01  drhAdditional test cases and cleanup of FTS3 parenthesis...
2009-01-01  danielk1977Add a couple of extra tests for the fts3 expression...
2009-01-01  danielk1977Add pseudo-random tests of the fts3 expression parser...
2009-01-01  danielk1977Fix a bug parsing "<expr> AND (abc NEAR def)" in fts3_e...
2008-12-31  drhAvoid surplus bytes at the end of the keyword string...
2008-12-31  drhFix the name in the documentation of the compile-time...
2008-12-31  drhFix the FTS3 expression parser so that it works in...
2008-12-31  drhFix the FTS3 module with parenthesis syntax so that...
2008-12-30  drhFix a bug in the multi-index OR cost estimator. Remove...
2008-12-30  drhAdd LEFT JOIN test cases for multi-index OR in where9...
2008-12-30  drhGet EXPLAIN QUERY PLAN working with the multi-index...
2008-12-30  danielk1977Add further pseudo-randomly generated test cases to...
2008-12-30  danielk1977Fix a bug in where8.test causing a tcl exception. ...
2008-12-30  danielk1977Add a few more tests to where8.test. (CVS 6081)
2008-12-30  drhStill more test cases in where7.test. (CVS 6080)
2008-12-30  drhAdd many new test cases to where7.test. (CVS 6079)
2008-12-30  danielk1977Do not run savepoint4.test (crash simulation tests...
2008-12-30  danielk1977Add a couple of extra tests for the "WHERE ... OR"...
2008-12-30  danielk1977Fix a bug in where.c causing a malfunction when an...
2008-12-30  danielk1977Fix a bug in README.tokenizers. Ticket #3559. (CVS...
2008-12-30  danielk1977Invoke the authorization callback when compiling SAVEPO...
2008-12-29  drhAlways make sure WhereClause objects are initialized...
2008-12-29  danielk1977Add test file where8.test. (CVS 6072)
2008-12-29  danielk1977Remove an old variable declaration that was commented...
2008-12-29  danielk1977Set the OPFLG_IN1 flag on a couple of extra opcodes...
2008-12-28  drhMulti-index OR optimizer response to ORDER BY rowid.
2008-12-28  drhOptimize WHERE clauses that constain AND, BETWEEN,...
2008-12-28  drhSimplify the VM code that implements WHERE claues....
2008-12-27  danielk1977Fix a problem with savepoint and incremental-vacuum...
next