Fixed MVC profiler issue with Jobs, SQL profiling is on again.

This commit is contained in:
kay.one 2011-06-18 10:58:52 -07:00
commit bbf27c6f66
3 changed files with 18 additions and 16 deletions

View file

@ -47,7 +47,7 @@ namespace NzbDrone.Core.Datastore
DbConnection connection = new SQLiteConnection(connectionString);
if (profiled)
{
//connection = ProfiledDbConnection.Get(connection);
connection = ProfiledDbConnection.Get(connection);
}
var db = new Database(connection);