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