mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update oracle
This commit is contained in:
@@ -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>");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user