switch to SQLitePCL.bundle_green, a special batteries-included package for SQLitePCL.raw
This commit is contained in:
Родитель
e7b8303677
Коммит
3d2e8b745a
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче