datenbank referenzen geupdated
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user