SQLite version

In the docs: “SQLite Version used 3.8.8”.

If I create a SQLite database in the IDE with insert database, SQLVue Shows “3.7.14.1”.

Probably not so important, but possibly it could be important in a certain situation.

SQLVue is built with older version?

In the docs: “SQLite Version used 3.8.8”.
This is for the currently released Xojo version (2015r2.1 if I am correct).

The last version of SQLite is 3.8.10.1, released on 2015-05-09.

Every now and then, Xojo includes a newer SQLite version in Xojo.

You can view the LibraryVersion property on an instance of the sqlitedatabase class and it will tell you.

Thank you. That is also an answer to my question.