Page 1 of 1
SQLite version policy
Posted: Fri 26 Jul 2013 20:43
by Fretek
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
Re: SQLite version policy
Posted: Mon 29 Jul 2013 08:33
by Shalex
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.
Re: SQLite version policy
Posted: Thu 08 Aug 2013 15:53
by Shalex
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.