datenbank referenzen geupdated

This commit is contained in:
2023-04-14 09:16:46 +02:00
parent 040b22f01e
commit e050983f7c
5 changed files with 25 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ namespace SewerStammGen.DAL.Services.PostgresqlData
dataSource = dataSourceBuilder.Build();
conn = dataSource.OpenConnection();
this.tableName = string.Format("public.\"{0}\"", tableName);
this.tableName = string.Format("public.{0}", tableName);
}