mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update GBase bool bug
This commit is contained in:
@@ -132,7 +132,7 @@ namespace SqlSugar.GBase
|
||||
}
|
||||
else if (type == UtilConstants.BoolType)
|
||||
{
|
||||
return value.ObjToBool() ? "1" : "0";
|
||||
return value.ObjToBool() ? "true" : "false";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.GBaseCore</id>
|
||||
<version>5.1.4.2</version>
|
||||
<version>5.1.4.3</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>Landa</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
|
Reference in New Issue
Block a user