Add managed connection pooling and execution locking
This commit is contained in:
@@ -92,9 +92,10 @@ namespace DynamORM.Tests.Helpers
|
||||
finally
|
||||
{
|
||||
// Remove for next tests
|
||||
Database.Dispose();
|
||||
if (Database != null)
|
||||
Database.Dispose();
|
||||
Database = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user