SQLite

All files named ”test/walhook.test”
Login

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

History for test/walhook.test

2013-03-27
19:53
[ac9f04264f] part of check-in [0e3d511927] Modify various test cases so that they work if the file is extended in units of the system page-size. (check-in: [0e3d511927] user: dan branch: two-mappings, size: 3012)
2012-05-09
22:36
[5d2bdb04fd] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 3188)
2012-04-02
23:35
[9716f86530] part of check-in [d51c086e5c] Merge in latest changes, autologging options, read only file system wal support, test config conditionalization, WAL frame write prebuffering (check-in: [d51c086e5c] user: adam branch: apple-osx, size: 3058)
2010-08-18
00:09
[c934ac5219] part of check-in [5e2ee7db0f] Updating apple-osx with minor source fixes, database truncate and replace private calls and a bunch of conditionalization for tests running in different environments (check-in: [5e2ee7db0f] user: adam branch: apple-osx, size: 3067)
2010-06-23
15:55
[ed00a40ba7] part of check-in [8d0f8a7f70] Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. (check-in: [8d0f8a7f70] user: dan branch: trunk, size: 3018)
2010-05-20
16:45
[67e675127f] part of check-in [669706431f] Convert the wal-header and frame-header to 24 bytes. Extra information in both headers is designed to enhance robustness after crashes, though the extra information is currently unused. This is a snapshot of a work in progress. (check-in: [669706431f] user: drh branch: trunk, size: 3058)
2010-05-07
12:49
[c3314e30ba] part of check-in [4cde92909c] Change wal.test and walhook.test so that they work with DEFAULT_AUTOVACUUM=1 builds. (check-in: [4cde92909c] user: dan branch: trunk, size: 3058)
2010-05-05
20:00
[a1c375ae79] part of check-in [1b14195e05] Change the behavior of the sqlite3_wal_hook() callback. It should now return SQLITE_OK or an error code and the error code is propagated back up the stack. If a checkpoint is desired, the callback should invoke sqlite3_wal_callback() itself. (check-in: [1b14195e05] user: drh branch: trunk, size: 3030)
2010-05-03
11:05
[5f18e0fc87] part of check-in [714e594726] Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint". (check-in: [714e594726] user: dan branch: wal, size: 2997)
2010-05-01
16:40
[5ee5fd35cd] part of check-in [9b230c43df] Support compile-time option SQLITE_OMIT_WAL, for building without WAL support. (check-in: [9b230c43df] user: dan branch: wal, size: 1751)
2010-04-28
14:42
[287a69d662] part of check-in [bbc385111b] Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to wal.h. (check-in: [bbc385111b] user: drh branch: wal, size: 1711)
2010-04-19
18:03
Added: [76a559e262] part of check-in [9bda601455] Add the sqlite3_log_hook() interface for scheduling checkpoints. (check-in: [9bda601455] user: dan branch: wal, size: 1712)