mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
removed sqo.
This commit is contained in:
parent
7717e32729
commit
1a4f3fad25
64 changed files with 292 additions and 1323 deletions
|
@ -1,6 +1,5 @@
|
|||
using System;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using NzbDrone.Common;
|
||||
using ServiceStack.OrmLite;
|
||||
|
||||
|
@ -28,7 +27,7 @@ namespace NzbDrone.Core.Datastore
|
|||
}
|
||||
|
||||
var dbFactory = new OrmLiteConnectionFactory(GetConnectionString(dbPath));
|
||||
return dbFactory.OpenDbConnection();
|
||||
return dbFactory.Open();
|
||||
}
|
||||
|
||||
private string GetConnectionString(string dbPath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue