Update oracle

This commit is contained in:
sunkaixuan
2023-07-14 15:00:09 +08:00
parent faf1bf17f8
commit ee60691758

View File

@@ -138,7 +138,7 @@ namespace SqlSugar
sql = Regex.Replace(sql, Parameter.ParameterName, newName, RegexOptions.IgnoreCase); sql = Regex.Replace(sql, Parameter.ParameterName, newName, RegexOptions.IgnoreCase);
Parameter.ParameterName = newName; Parameter.ParameterName = newName;
} }
else else if(Parameter.ParameterName.ToLower().IsContainsIn(KeyWord))
{ {
Check.ExceptionEasy($" {Parameter.ParameterName} is key word", $"{Parameter.ParameterName}<7D>ǹؼ<C7B9><D8BC><EFBFBD>"); Check.ExceptionEasy($" {Parameter.ParameterName} is key word", $"{Parameter.ParameterName}<7D>ǹؼ<C7B9><D8BC><EFBFBD>");
} }