On 5 May 2016, at 5:15pm, Cecil Westerhof <cldwesterhof at gmail.com> wrote:

> I know how to get the version of the running version of SQLite, but is
> there a way to get the version with which the database was created?

Unfortunately I do not think this information is stored anywhere.

One often finds three version numbers stored:

A) The version of the engine which was used to create the file.
B) The earliest version of the engine which has made changes to the file.
C) The latest version of the engine which has made changes to the file.

I don't think SQLite stores any of these.

Simon.

Reply via email to