SQLite

All files named ”test/format4.test”
Login

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

History for test/format4.test

2019-10-29
16:18
[eeae341953] part of check-in [4d424f3047] Remove the legacy_file_format PRAGMA. In its place, provide the SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] (check-in: [4d424f3047] user: drh branch: trunk, size: 1666)
2013-03-27
19:53
[c7600a7c96] 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: 1689)
2007-05-04
14:36
[1f0cac8ff3] part of check-in [b94d39e4d9] Get tests working with SQLITE_OMIT_AUTOVACUUM=1. (CVS 3918) (check-in: [b94d39e4d9] user: drh branch: trunk, size: 1623)
2006-07-11
14:17
[bf3bed3b13] part of check-in [65b60f05ce] By default, new databases are now created in the legacy file format - the format that ignores DESC on indices. If you want descending indices, you must either recompile with -DSQLITE_DEFAULT_FILE_FORMAT=4 or issue "PRAGMA legacy_file_format=OFF" prior to creating the first table in the database. (CVS 3330) (check-in: [65b60f05ce] user: drh branch: trunk, size: 1541)
2006-06-28
18:18
[ddb875c0d4] part of check-in [60616496b7] Changes to get tests to pass with OMIT_VIRTUALTABLE. Ticket #1877. (CVS 3318) (check-in: [60616496b7] user: drh branch: trunk, size: 1551)
2006-06-27
12:51
[aec3225354] part of check-in [8a49311d2f] All tests pass even if compiled with -DSQLITE_DEFAULT_FILE_FORMAT=1. (CVS 3308) (check-in: [8a49311d2f] user: drh branch: trunk, size: 1354)
2006-01-06
03:29
Added: [9f31d41d4f] part of check-in [b8332aa8b8] Enable async testing. Modify the OS layer interface. Add the sqlite3_aux.h include file. Add tests for boolean value representation in file format 4. (CVS 2866) (check-in: [b8332aa8b8] user: drh branch: trunk, size: 1303)