SQLite

All files named ”test/zerodamage.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/zerodamage.test

2018-01-13
13:07
[9c41628db7] part of check-in [56d93d070d] Fix various problems in test scripts preventing "make test" from passing on F2FS file-systems with the "atomic-write" feature. (check-in: [56d93d070d] user: dan branch: f2fs-test-fixes, size: 3450)
2016-04-27
18:54
[e59a56443d] part of check-in [2662d8fef7] Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script. (check-in: [2662d8fef7] user: dan branch: permutations-fix, size: 3358)
2016-03-08
15:14
[2d725c214b] part of check-in [5791407b52] If SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as SQLITE_DEFAULT_SYNCHRONOUS and the application has not run "PRAGMA synchronous", then set synchronous to the SQLITE_DEFAULT_WAL_SYNCHRONOUS setting when entering WAL mode for the first time. (check-in: [5791407b52] user: drh branch: default-synchronous, size: 3350)
2014-02-13
19:27
[cf6748bad8] part of check-in [48c821fd97] Ensure that if the "psow=0" URI option or FCNTL_POWERSAFE_OVERWRITE file-control is used to clear the power-safe overwrite flag, extra padding frames are added to the WAL file. (check-in: [48c821fd97] user: dan branch: trunk, size: 3318)
2013-04-25
11:58
[209d7ed441] part of check-in [efcc9dd012] Make test_wholenumber.c into a loadable extension and move it to ext/misc/wholenumber.c. (check-in: [efcc9dd012] user: drh branch: std-ext, size: 3317)
2012-09-13
01:51
[e7f77fded0] part of check-in [c1a8557008] Allow SQLite to work on Win32 with SQLITE_OS_WINNT=0 as long as WAL is disabled. (check-in: [c1a8557008] user: mistachkin branch: trunk, size: 3311)
2012-01-06
13:58
[0de7503899] part of check-in [d2a5685b5e] Add missing finish_test to the end of the zerodamage.test module. Disable the zerodamage module if virtual tables are omitted from the build. (check-in: [d2a5685b5e] user: drh branch: trunk, size: 3237)
2011-12-23
01:04
[7ef0680559] part of check-in [6191c5e451] Change the name ZERO_DAMAGE to the more descriptive POWERSAFE_OVERWRITE. The query parameter used to control this device characteristic is now "psow". (check-in: [6191c5e451] user: drh branch: statvfs, size: 3180)
2011-12-21
14:42
Added: [0e12b2d734] part of check-in [c83627b732] Add the ability to enable or disable SQLITE_IOCAP_ZERO_DAMAGE using a URI parameter for both unix and windows. Add a file-control to query or disable the ZERO_DAMAGE setting. Add the -uri option to the "sqlite3" TCL command in tclsqlite3.c. Allow the sqlite3_uri_parameter() interface to accept a NULL pointer for its first parameter. (check-in: [c83627b732] user: drh branch: statvfs, size: 2983)