Test files › Databases › truncated.sqlite
Corrupt, truncated SQLite database
The same database cut off in the middle of the second page, so the header still looks correct but the data pages are incomplete.
↓ Download truncated.sqlite| Filename | truncated.sqlite |
| Format | SQLite |
| Size | 5.9 KB (6,000 bytes) |
| MIME type | application/vnd.sqlite3 |
| SHA-256 | 1b6fd338a1fc3e8d9b112f64a908fe6d83b2c951696efc5ab353e1c0e8215fd4 |
What this file catchesError handling for a partially-uploaded or interrupted database transfer. The signature and header validate, so extension and magic-number checks both pass - only actually opening the file reveals the damage ("database disk image is malformed").
Download & verify
curl -fsSL -o "truncated.sqlite" "https://files.hexaqa.com/db/truncated.sqlite"
curl -fsSL "https://files.hexaqa.com/db/truncated.sqlite" | sha256sum
# expect: 1b6fd338a1fc3e8d9b112f64a908fe6d83b2c951696efc5ab353e1c0e8215fd4