SQLite version policy

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
Fretek
Posts: 8
Joined: Sun 13 Mar 2011 12:03

SQLite version policy

Post by Fretek » Fri 26 Jul 2013 20:43

What is your policy when it comes to adding new versions of sqlite? Now is the recommended SQLite version 3.7.17 (2013-05-20) and your latest release (4.6.287.0) is 3.7.15.2

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: SQLite version policy

Post by Shalex » Mon 29 Jul 2013 08:33

We will update sqlite3.dll supplied with provider installation in the next public build of dotConnect for SQLite.

sqlite3.dll included with the dotConnect to SQLite is compiled with SQLITE_ENABLE_COLUMN_METADATA defined. It allows using sqlite3_column_database_name, sqlite3_column_table_name, and sqlite3_column_origin_name functions, which are necessary for building correct DML statements for a result set with aliases used. If you want to use sqlite3.dll from its official website, you need to download its sources and compile it with SQLITE_ENABLE_COLUMN_METADATA defined. Then replace existing C:\Windows\System32\sqlite3.dll with yours.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: SQLite version policy

Post by Shalex » Thu 08 Aug 2013 15:53

The new (4.6.301) public build of dotConnect for SQLite is available for download. For more information, please refer to http://forums.devart.com/viewtopic.php?f=29&t=27698.

Post Reply