Skip to content

Commit

Permalink
Add SqlConnection _dbConnectionSystemDataSqlClient
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoEchevarria committed Jan 8, 2025
1 parent dc6b7c1 commit c951b9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public class IastController : Controller
{
private static SQLiteConnection _dbConnectionSystemData = null;
private static SqliteConnection _dbConnectionSystemDataMicrosoftData = null;
private static SqlConnection _dbConnectionSystemDataSqlClient = null;
private static IMongoDatabase _mongoDb = null;
#if NETCOREAPP3_0_OR_GREATER
private static NpgsqlConnection _dbConnectionNpgsql = null;
Expand Down

0 comments on commit c951b9f

Please sign in to comment.