switch to SQLitePCL.bundle_green, a special batteries-included package for SQLitePCL.raw

This commit is contained in:
Eric Sink 2016-06-17 09:35:10 -05:00
Родитель e7b8303677
Коммит 3d2e8b745a
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@
]]>
</releaseNotes>
<dependencies>
<dependency id="SQLitePCL.raw" version="0.8.0" />
<dependency id="SQLitePCL.bundle_green" version="0.9.2" />
</dependencies>
</metadata>
<files>

Просмотреть файл

@ -163,6 +163,13 @@ namespace SQLite
public bool StoreDateTimeAsTicks { get; private set; }
#if USE_SQLITEPCL_RAW
static SQLiteConnection()
{
SQLitePCL.Batteries.Init();
}
#endif
/// <summary>
/// Constructs a new SQLiteConnection and opens a SQLite database specified by databasePath.
/// </summary>