2 Commits

Author SHA1 Message Date
Jonathan Jenne
cd44125d96 Database: Version 1.2.2 2021-03-11 09:36:27 +01:00
Jonathan Jenne
344435987a Database: Log Connection string for GetDatatableWithConnection 2021-03-11 09:36:01 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -196,8 +196,7 @@ Public Class MSSQLServer
End Using
End Using
Catch ex As Exception
_Logger.Warn($"GetDatatableWithConnection failed SQLCommand [{SqlCommand}] - ERROR: {ex.Message}")
_Logger.Warn($"GetDatatableWithConnection failed with SQLCommand [{SqlCommand}] and ConnectionString [{MaskConnectionString(ConnectionString)}]")
Return Nothing
End Try
End Function

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.2.1.0")>
<Assembly: AssemblyFileVersion("1.2.1.0")>
<Assembly: AssemblyVersion("1.2.2.0")>
<Assembly: AssemblyFileVersion("1.2.2.0")>