On 8 May 2016, at 3:42pm, Jeremy Nicoll <jn.ml.sqlu.725 at letterboxes.org> wrote:
> Is there a way to get sqlite3 to > say what version > of the DLL it's using Take a look at the functions on this page <https://www.sqlite.org/lang_corefunc.html> which start with "sqlite_". Note that some of them were introduced recently and may not be supported on your version. Simon.