index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
exclusive.test
Commit message (
Expand
)
Author
Age
*
Update test file exclusive.test so that it works with the "journaltest" permu...
dan
2020-01-21
*
Ensure that the Pager.changeCountDone flag is cleared whenever dropping
drh
2019-12-27
*
Fix various problems in test scripts preventing "make test" from passing on
dan
2018-01-13
*
Fix exclusive.test so that it works with -DSQLITE_TEMP_STORE=3.
dan
2016-03-19
*
Update test cases to taken deferred statement-journal opening into account.
drh
2016-03-04
*
Fix test cases for the new EXPLAIN QUERY PLAN format. Add the
drh
2013-06-10
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Fix a broken test case in exclusive.test.
dan
2010-11-01
*
Prevent an assert from failing when opening a zero-length database file with ...
dan
2010-10-22
*
Disable the legacy "sqlite" command in the TCL interface. Provide only
drh
2010-08-25
*
Experimental refactoring of the Pager object state.
dan
2010-08-02
*
Refactor some of the global variables and commands used by tester.tcl.
dan
2010-06-07
*
Fix a test script problem in exclusive.test. (CVS 6821)
danielk1977
2009-06-26
*
Fix a problem with in-memory sub-journals and exclusive locking mode. Also a ...
danielk1977
2009-04-30
*
Fix apparent typo on exclusive.test in the (6575) check-in. (CVS 6577)
drh
2009-04-30
*
When SQLite is configured to use in-memory temp files (either by setting SQLI...
danielk1977
2009-04-30
*
Changes to test scripts so that veryquick.test runs with SQLITE_TEMP_STORE=3 ...
danielk1977
2008-12-22
*
Added support for proxy file locking style
aswift
2008-11-21
*
On windows, avoid running those tests in exclusive.test that require the jour...
danielk1977
2008-09-24
*
In exclusive locking mode, commit by zeroing the first 28 bytes of the
drh
2008-04-17
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Updates to test scripts for better support of soft-heap-limit testing. (CVS 4...
drh
2007-08-12
*
Changes to test scripts to support alternative configurations. (CVS 3824)
drh
2007-04-06
*
Always enable exclusive access mode for TEMP databases. This cannot be
drh
2007-03-30
*
Add some tests and fixes surrounding exclusive-access mode and the pager chan...
danielk1977
2007-03-26
*
Some fixes and test cases for exclusive access mode. (CVS 3714)
danielk1977
2007-03-26
*
Changes for exclusive access mode. There are still some bugs. (CVS 3712)
danielk1977
2007-03-24