Comment by bollockitis
5 years ago
That’s a good catch. I’d there any way to tell which version of SQLite created the file? Aside from trial and error, I mean?
5 years ago
That’s a good catch. I’d there any way to tell which version of SQLite created the file? Aside from trial and error, I mean?
The version is stored in byte 96 of the header of the sqlite file[1].
I haven't looked but there will be some sqlite command to query it and I'm sure some viewer tools will display it as well.
[1] https://www.sqlite.org/fileformat.html
You can print the version with this magical incantation:
Recentish versions of file can show you the version: