Optimizations

This commit is contained in:
2025-03-31 15:40:02 -04:00
parent d169d481e7
commit 30c90cb56c
13 changed files with 213 additions and 171 deletions

View File

@@ -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;