SQLite

All files named ”test/pager4.test”
Login

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

History for test/pager4.test

2025-03-08
06:53
[b995066c69] part of check-in [84d8fcfca1] Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. (check-in: [84d8fcfca1] user: stephan branch: cygwin-fixes, size: 2653)
2025-03-06
13:49
[98837730b0] part of check-in [9868615b7d] Cygwin-centric test script tweaks from Jan Nijtmans. (check-in: [9868615b7d] user: stephan branch: cygwin-fixes, size: 2651)
2014-01-27
16:35
[a122e9e692] part of check-in [48d736c0ee] Fix a couple of problems with new test scripts causing the permutations test to fail. (check-in: [48d736c0ee] user: dan branch: trunk, size: 2651)
2013-12-07
12:29
[b40ecb4cc7] part of check-in [2b1884dc14] Actually look at i-node numbers to determine whether or not the database file has moved. (check-in: [2b1884dc14] user: drh branch: detect-moved-db, size: 2583)
2013-12-06
17:23
[afbffa3f68] part of check-in [28348f2ada] Only error out on a database file move when attempting to start a write transaction. Assume read transactions are still safe. And make the error SQLITE_READONLY_DBMOVED instead of SQLITE_IOERR_NODB. (check-in: [28348f2ada] user: drh branch: detect-moved-db, size: 2263)
15:37
Added: [1848509f0a] part of check-in [8759a8e4d8] Add code to detect if the database file is moved or deleted out from under SQLite and return an SQLITE_IOERR_NODB. (check-in: [8759a8e4d8] user: drh branch: detect-moved-db, size: 884)