fix converter item, fix datetime handling, fix parsing of markdown description

This commit is contained in:
Wolfgang Hottgenroth
2021-12-14 14:02:00 +01:00
parent 0ef90da137
commit 2c7b70b938
3 changed files with 27 additions and 31 deletions

View File

@ -59,7 +59,7 @@ namespace com.krohne.genericdatabaseapiservice.Services {
public string GetInfoStringByTag(string tag) {
return String.Format(
"Server={0};User ID={1};Password={2};Database={3}",
"Server={0};User ID={1};Password={2};Database={3};Convert Zero Datetime=true",
GetInfoByTag(tag).Host,
GetInfoByTag(tag).User,
GetInfoByTag(tag).Password,