index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
wal2.test
Commit message (
Expand
)
Author
Age
*
Fix a couple of test scripts to match the new wal recovery behaviour on this ...
dan
2020-07-27
*
Test case changes so that they work with both Tcl8.6 and Tcl8.7.
drh
2019-04-12
*
Fix various problems in test scripts preventing "make test" from passing on
dan
2018-01-13
*
On unix, if the *-shm file cannot be opened for read/write access, open it
dan
2017-11-07
*
Fix test cases in wal2.test broken by the locking change in the previous
dan
2017-11-02
*
Update the mechanism used to keep track of what kind of syncing to do for
drh
2017-08-25
*
Fix some test cases so that they work under the Apple configuration.
drh
2016-03-17
*
If SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as
drh
2016-03-08
*
Update a test case in wal2.test that explicitly corrupts a checksum in the wa...
dan
2014-05-01
*
Make sure errors encountered while initializing extensions such as FTS4
drh
2013-12-19
*
Fix all known instances of 'repeated the' style typos in comments. No change...
mistachkin
2012-08-25
*
Ensure that there is always at least one aReadMark slot usable by an unprivil...
dan
2012-07-17
*
Fix the wal2.test script so that it works on big-endian machines.
drh
2012-05-11
*
On unix, ignore the umask when creating journal files. That way, journal files
drh
2012-02-13
*
Modify test cases to account for the ZERO_DAMAGE change.
dan
2011-12-19
*
Enhance the WAL header sync so that it honors the various synchronous
drh
2011-12-16
*
Merge latest trunk changes into experimental branch.
dan
2011-08-12
|
\
|
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
|
Add tests to improve coverage of vdbesort.c.
dan
2011-08-12
|
/
*
Updates to test code in os_win to bring winSync inline with unixSync (test co...
shaneh
2011-04-15
*
Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined.
dan
2011-04-01
*
Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code a...
dan
2011-02-02
*
Merge in the blocking-checkpoint enhancement, including the new
drh
2011-02-02
|
\
|
*
Update test cases to account for the change in the previous commit.
dan
2010-11-18
*
|
Extra tests for "PRAGMA checkpoint_fullfsync".
dan
2010-11-20
*
|
Add tests for "PRAGMA checkpoint_fullfsync".
dan
2010-11-19
|
/
*
If a database file with the WAL flag set is opened in exclusive-locking mode,...
dan
2010-11-01
*
Merge trunk changes into experimental branch.
dan
2010-08-03
|
\
|
*
Modify wal2.test to disable tests requiring TCL 8.5 if the test harness is
drh
2010-08-02
*
|
Experimental refactoring of the Pager object state.
dan
2010-08-02
|
/
*
Changes to wal.c so that SQLite can read even if the WAL file is opened read-...
dan
2010-07-15
*
Fix an assert() failure in wal2.test caused by messing with the contents of s...
dan
2010-07-14
*
Test the libaries response to read-only or unreadable database, WAL and wal-i...
dan
2010-07-14
*
On unix, try to create the *-wal and *-shm files with the same permissions as...
dan
2010-07-14
*
Test that a corrupted WAL hash-table does not put the library into an infinit...
dan
2010-07-14
*
Make sure the schema is loaded before preparing a "PRAGMA journal_mode" comma...
dan
2010-07-07
*
Add a version number to the wal-index header. If SQLite encounters a version ...
dan
2010-06-23
*
Add codec support to wal mode.
dan
2010-06-22
*
Some changes to test scripts related to codec enabled versions of sqlite.
dan
2010-06-22
*
Experimental change to the xShmXXX parts of the VFS interface.
dan
2010-06-11
*
Shift the meaning of aReadMark[] back so that +1 offset from mxFrame is
drh
2010-06-09
*
Add a couple of extra coverage tests for wal.c.
dan
2010-06-07
*
Clarify an assert in sqlite3WalExclusiveMode().
dan
2010-06-04
*
Add test for the code that detects an inconsistent pair of wal-index headers ...
dan
2010-06-04
*
Enhancements to test_vfs.c and walfault.test.
dan
2010-06-03
*
Updated wal2.test for windows testing.
shaneh
2010-06-02
*
Fixes to the test cases in wal2.test.
dan
2010-06-01
*
Avoid dropping the checkpoint lock after a recovery run as a precursor to a c...
dan
2010-05-31
*
i
dan
2010-05-29
*
Fix the wal2.test script so that it works in auto_vacuum mode.
drh
2010-05-24
[next]