mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-21 15:39:33 +08:00
Some libraries are not compatible with restore
This commit is contained in:
parent
f386f2080c
commit
e4243bb784
@ -169,11 +169,7 @@ namespace SqlSugar
|
|||||||
else if (type == UtilConstants.IntType)
|
else if (type == UtilConstants.IntType)
|
||||||
{
|
{
|
||||||
return GetString(value);
|
return GetString(value);
|
||||||
}
|
}
|
||||||
else if (type == UtilConstants.FloatType)
|
|
||||||
{
|
|
||||||
return "cast('"+GetString(value)+"' as float)";
|
|
||||||
}
|
|
||||||
else if (type == UtilConstants.BoolType)
|
else if (type == UtilConstants.BoolType)
|
||||||
{
|
{
|
||||||
return value.ObjToBool() ? "1" : "0";
|
return value.ObjToBool() ? "1" : "0";
|
||||||
|
Loading…
Reference in New Issue
Block a user