Update DbBind

This commit is contained in:
sunkaixuan
2025-03-19 15:39:17 +08:00
parent 776c6c26e9
commit ce333ce876

View File

@@ -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")