| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
SQLITE_DBCONFIG_LEGACY_FILE_FORMAT option to sqlite3_db_config().
Fix for ticket [6484e6ce678fffab]
FossilOrigin-Name: 4d424f3047b48fc441475137f30a719d2f079390c86fe2617710ddfb05c5e240
|
|
|
| |
FossilOrigin-Name: b94d39e4d903bc34a9d0bbedd971677abc0ddfc0
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
FossilOrigin-Name: 60616496b7d97fdda99262e2bab25e625151e857
|
|
|
| |
FossilOrigin-Name: 8a49311d2f50cf2ca24776cabcb8ec7418325cb1
|
|
include file. Add tests for boolean value representation in file format 4. (CVS 2866)
FossilOrigin-Name: b8332aa8b83142898779972b3dff13cbe3c78623
|