mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Updated PetaPoco
Upped IIS's priority Added Byte multiplier to extention method.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace NzbDrone.Core.Datastore
|
||||
connection = ProfiledDbConnection.Get(sqliteConnection);
|
||||
}
|
||||
|
||||
var db = new Database(connection);
|
||||
var db = new Database(connection, Database.DBType.SqlServerCE);
|
||||
db.ForceDateTimesToUtc = false;
|
||||
|
||||
if (connection.State != ConnectionState.Open)
|
||||
|
||||
Reference in New Issue
Block a user