From 5f875efedab84c4116f7259c590636b5ac182a4f Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 11 Aug 2021 11:28:20 +0200 Subject: [PATCH] Database: even more fixes --- Modules.Database/Adapters/MSSQLServer.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules.Database/Adapters/MSSQLServer.vb b/Modules.Database/Adapters/MSSQLServer.vb index 5b3eb8d4..aba98385 100644 --- a/Modules.Database/Adapters/MSSQLServer.vb +++ b/Modules.Database/Adapters/MSSQLServer.vb @@ -223,6 +223,7 @@ Public Class MSSQLServer ''' ''' ''' + Private Function OpenSQLConnection(Connection As SqlConnection) As SqlConnection If Connection.State = ConnectionState.Closed Then Connection.Open()