praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
4.11k stars 1.42k forks source link

Missing declaration to support EnableLoadExtension with newest sqlite-net-wp8 / SQLite for WP8. #195

Open kwaclaw opened 11 years ago

kwaclaw commented 11 years ago

This patch seems to fix it.

diff --git a/src/SQLite.cs b/src/SQLite.cs index 955536f..4ea4962 100644 --- a/src/SQLite.cs +++ b/src/SQLite.cs @@ -2889,6 +2889,11 @@ public static Result Open(string filename, out Sqlite3DatabaseHandle db, int fla

endif

    }
peterhuene commented 11 years ago

Dupe of issue #183