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