aboutsummaryrefslogtreecommitdiff
path: root/test/format4.test
Commit message (Collapse)AuthorAge
* Remove the legacy_file_format PRAGMA. In its place, provide thedrh2019-10-29
| | | | | | SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config(). Fix for ticket [6484e6ce678fffab] FossilOrigin-Name: 4d424f3047b48fc441475137f30a719d2f079390c86fe2617710ddfb05c5e240
* Get tests working with SQLITE_OMIT_AUTOVACUUM=1. (CVS 3918)drh2007-05-04
| | | FossilOrigin-Name: b94d39e4d903bc34a9d0bbedd971677abc0ddfc0
* By default, new databases are now created in the legacy file format - thedrh2006-07-11
| | | | | | | | 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) FossilOrigin-Name: 65b60f05ce49ff127bf5044f96db36caf1fa0106
* Changes to get tests to pass with OMIT_VIRTUALTABLE. Ticket #1877. (CVS 3318)drh2006-06-28
| | | FossilOrigin-Name: 60616496b7d97fdda99262e2bab25e625151e857
* All tests pass even if compiled with -DSQLITE_DEFAULT_FILE_FORMAT=1. (CVS 3308)drh2006-06-27
| | | FossilOrigin-Name: 8a49311d2f50cf2ca24776cabcb8ec7418325cb1
* Enable async testing. Modify the OS layer interface. Add the sqlite3_aux.h ↵drh2006-01-06
include file. Add tests for boolean value representation in file format 4. (CVS 2866) FossilOrigin-Name: b8332aa8b83142898779972b3dff13cbe3c78623