ExportMap/db/PostgreHelper.cs
@@ -28,11 +28,9 @@ private string conStr = null; public PostgreHelper(DbEnum db) public PostgreHelper() { string str = ConfigurationManager.AppSettings["pgConn"]; this.conStr = string.Format(str, db.ToString()); this.conStr = ConfigurationManager.AppSettings["pgConn"]; } /// <summary> @@ -196,4 +194,4 @@ return Regex.IsMatch(input, StrRegex, RegexOptions.IgnoreCase); } } } }