On 8/14/15, skywind mailing lists <mailinglists at skywind.eu> wrote:
> I think that I can exclude for 99.99% that there are two SQLite version > because I should get linker errors. Sadly, no. But on the bright side, even if you do have two or more copies of SQLite linked into your binary, everything will still work fine as long as you do not open the same SQLite database file at the same time in the same process using different versions of SQLite for each connection. -- D. Richard Hipp drh at sqlite.org