SVN r1206
SVN-Revision: r1206
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user