mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Updated PetaPoco
Upped IIS's priority Added Byte multiplier to extention method.
This commit is contained in:
parent
276e01166a
commit
b11a449f65
6 changed files with 1697 additions and 1750 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue