ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Updated the SQLite provider for ADO.NET to version 1.0.82. #185

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 17:52:46 on 2012-09-12

The version of the SQLite provider for ADO.NET (1.0.76) that is currently in use is a bit out of date, and the latest version (1.0.82) has a number of bug fixes and improvements.

Also, the platform neutral library for mono is incorrect - this looks for a specially named sqlite interop dll rather than using the system installed version of the library.


Imported from Bug 699 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 17:56:10 on 2012-09-12

Updated in 84bad93.

Built the correct mono version of the library from source, following the instructions at http://system.data.sqlite.org/index.html/doc/trunk/www/build.wiki#mono but additionally doing a SET NETFX35ONLY=1 before the build to generate a compatible version instead of a .NET 4 one.