SVN r1206

SVN-Revision: r1206
This commit is contained in:
tdx
2026-06-10 03:04:12 +00:00
parent b44599cc2c
commit e28e5a2225
+2 -2
View File
@@ -286,7 +286,7 @@ namespace Lskj.Core
if (returnValue + "" == "-1") LastFailureSql = cmd.CommandText;
}
//adapter.FillSchema(dataSet, SchemaType.Mapped, tabName);
set2 = dataSet;
}
catch (Exception e)
@@ -861,7 +861,7 @@ namespace Lskj.Core
if (connectionType == ConnectionType.DmServer)
{
cmd.CommandText = Regex.Replace(cmd.CommandText, @"\bdbo\.", "", RegexOptions.IgnoreCase);
cmd.CommandText = Regex.Replace(cmd.CommandText, @"(?<![a-zA-Z0-9_""])model(?![a-zA-Z0-9_""])","\"model\"", RegexOptions.IgnoreCase);
cmd.CommandText = Regex.Replace(cmd.CommandText, @"(?<![a-zA-Z0-9_""])model(?![a-zA-Z0-9_""])", "\"model\"", RegexOptions.IgnoreCase);
}
if (cmdParms != null)
{