SQLite version policy
SQLite version policy
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
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.
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
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.