| Previous | Next |
| SQLITE_E_AUTH | SQLITE_E_RANGE |
SQLITE_E_FORMAT
SQLITE_E_FORMAT corresponds to SQLite SQLITE_FORMAT. SQLite documents this primary result code as not currently used by its normal core paths. If it is surfaced by an older build, wrapper, extension, or custom VFS, the surrounding message and environment are essential.
What to check
- Record the SQLite library version, extension list, VFS, and exact operation that produced the result.
- Identify attached or auxiliary files involved in the operation and verify that they were created by the expected engine and configuration.
- Do not edit database headers in place; preserve the source and use a supported export, backup, or migration workflow if format incompatibility is confirmed.
PRAGMA database_list;
SQLite: Result and Error Codes
Looking for a different code? Search another status or error code.