SQLite updated?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Marc V
Posts: 6
Joined: Wed 30 Mar 2011 07:46

SQLite updated?

Post by Marc V » Tue 06 Mar 2012 07:33

Hi,

The current version of SQLite is 3.7.10, released last January. Is see that you are still using a version from July 2011.

Is there a reason for not updating SQLite?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Post by Pinturiccio » Tue 06 Mar 2012 14:20

We will renew the sqlite3.dll library, which is supplied with dotConnect for SQLite on new version of dotConnect for SQLite.
If you can't wait until new version of dotConnect is released, you can download sqlite3.dll 3.7.10 from official SQLite site and place it to the system32 directory. However we recommend you to download the SQLite source code and to compile it with the [SQLITE_ENABLE_COLUMN_METADATA] compiler directive.

Post Reply