mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-09 09:55:05 +08:00
Update DbBind
This commit is contained in:
@@ -363,6 +363,8 @@ namespace SqlSugar
|
|||||||
method = null;
|
method = null;
|
||||||
if (bindPropertyType ==UtilConstants.IntType&& this.Context.CurrentConnectionConfig.DbType == DbType.OceanBaseForOracle)
|
if (bindPropertyType ==UtilConstants.IntType&& this.Context.CurrentConnectionConfig.DbType == DbType.OceanBaseForOracle)
|
||||||
method = isNullableType ? getMyIntNull : getMyInt;
|
method = isNullableType ? getMyIntNull : getMyInt;
|
||||||
|
if (bindProperyTypeName == "int16")
|
||||||
|
method = null;
|
||||||
break;
|
break;
|
||||||
case CSharpDataType.@bool:
|
case CSharpDataType.@bool:
|
||||||
if (bindProperyTypeName == "bool" || bindProperyTypeName == "boolean")
|
if (bindProperyTypeName == "bool" || bindProperyTypeName == "boolean")
|
||||||
|
|||||||
Reference in New Issue
Block a user