mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 17:41:28 +08:00
Some libraries are not compatible with restore
This commit is contained in:
@@ -170,10 +170,6 @@ namespace SqlSugar
|
||||
{
|
||||
return GetString(value);
|
||||
}
|
||||
else if (type == UtilConstants.FloatType)
|
||||
{
|
||||
return "cast('"+GetString(value)+"' as float)";
|
||||
}
|
||||
else if (type == UtilConstants.BoolType)
|
||||
{
|
||||
return value.ObjToBool() ? "1" : "0";
|
||||
|
||||
Reference in New Issue
Block a user