Optimizations
This commit is contained in:
@@ -49,7 +49,7 @@ namespace MarketData.Utils
|
||||
//SetConnectionCollation(connection);
|
||||
return connection;
|
||||
}
|
||||
catch(SqlException exception)
|
||||
catch(Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception.ToString());
|
||||
return null;
|
||||
@@ -84,7 +84,7 @@ namespace MarketData.Utils
|
||||
connection.Open();
|
||||
return connection;
|
||||
}
|
||||
catch(SqlException exception)
|
||||
catch(Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception.ToString());
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user