mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update 人大金仓
This commit is contained in:
parent
9885c52f15
commit
468e3cc649
@ -173,11 +173,11 @@ namespace SqlSugar
|
||||
}
|
||||
else if (dbType == "char")
|
||||
{
|
||||
dbType = "char(100)";
|
||||
dbType = "char(8000)";
|
||||
}
|
||||
else if (dbType == "nchar")
|
||||
{
|
||||
dbType = "nchar(100)";
|
||||
dbType = "nchar(4000)";
|
||||
}
|
||||
}
|
||||
return string.Format("CAST({0} AS {1})", base.GetDbColumn(it, FormatValue(it.Value)), dbType);
|
||||
|
Loading…
Reference in New Issue
Block a user