Export to GitHub

dfo - issue #42
uses deprecated Mono.Data.SqliteClient.dll, please migrate to Sqlite.dll
Posted on May 21, 2011 by
Swift Dog
dfo uses the SqliteClient.dll which was deprecated in mono 2.10 http://www.mono-project.com/Release_Notes_Mono_2.8
It should be migrated to the new Mono.Data.Sqlite
Attached a patch which compiles with mono 2.10. But the API change in the SqliteException should be checked.
- sqlite.patch 1.21KB
Status: New
Labels:
Type-Defect
Priority-Medium