mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Optimization SqlServer update
This commit is contained in:
parent
0156d5dc91
commit
ca6231a8ad
@ -364,6 +364,10 @@ namespace SqlSugar
|
||||
{
|
||||
return value;
|
||||
}
|
||||
else if (UtilMethods.IsNumber(type.Name))
|
||||
{
|
||||
return value;
|
||||
}
|
||||
else
|
||||
{
|
||||
return "N'" + value.ToString() + "'";
|
||||
|
Loading…
Reference in New Issue
Block a user