SQLite

All files named ”test/filefmt.test”
Login

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

History for test/filefmt.test

2017-07-10
12:07
[f393e80c4b] part of check-in [f27b637040] Update error message text for standard error codes to better describe the latest usage of those error codes. Modify sqlite3_open_v2() so that it does return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad open flags, so that sqlite3_errmsg() does not report "out of memory" in that case. (check-in: [f27b637040] user: drh branch: trunk, size: 6528)
2016-03-15
12:37
[e4edbdc637] part of check-in [2fd095b14b] More test-case changes so that everything works when the reserved_bytes value in the header is non-zero. (check-in: [2fd095b14b] user: drh branch: trunk, size: 6592)
2013-06-10
23:30
[cb34663f12] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 6510)
2013-03-27
19:53
[dcd6eae426] 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: 6573)
2012-12-21
16:15
[dbee33e578] part of check-in [ff6857b6ed] Ensure the database size field in the db header of a backup database is set correctly. Fix for [0cfd98ee201]. (check-in: [ff6857b6ed] user: dan branch: trunk, size: 6511)
2011-08-02
00:57
[ffa17b5aeb] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 5527)
2011-02-09
18:19
[f178cfc295] part of check-in [00c4596f0b] Do not report corruption if the the db size header field is greater than the file size on disk unless the two change-counter header fields are identical. Fix for ticket [89b8c9ac54]. (check-in: [00c4596f0b] user: dan branch: trunk, size: 5562)
2010-08-04
11:34
[f77c921419] part of check-in [65b8636ac6] When opening a write-transaction on a database file that has been appended to or truncated by a pre-3.7.0 client, update the database-size field in the database header. Fix for [51ae9cad31]. (check-in: [65b8636ac6] user: dan branch: trunk, size: 5001)
2010-06-22
13:46
[5d271bf467] part of check-in [85dd51a75c] Some changes to test scripts related to codec enabled versions of sqlite. (check-in: [85dd51a75c] user: dan branch: trunk, size: 3056)
2010-05-17
15:33
[f0e14d428f] part of check-in [9a08371171] Invoke the SQLITE_FCNTL_SIZE_HINT opcode on the sqlite3_file_control() interface for database files before extending the size of the file. The VFS can use this hint to preallocate space. (check-in: [9a08371171] user: drh branch: branch-3.6.1, size: 2941)
2009-06-18
11:34
[84e3d0fe9f] part of check-in [40a40e81b3] Update the filefmt.test test script to conform to the previous check-in. (CVS 6781) (check-in: [40a40e81b3] user: drh branch: trunk, size: 2890)
2007-04-06
21:42
[053b622009] part of check-in [3471a2269f] Changes to test scripts to support alternative configurations. (CVS 3824) (check-in: [3471a2269f] user: drh branch: trunk, size: 2890)
15:02
Added: [16107ce2c9] part of check-in [479b3d965b] Binary file I/O infrastructure added and used to increase test coverage for detection of corrupt database files. (CVS 3822) (check-in: [479b3d965b] user: drh branch: trunk, size: 2751)