mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update OceanBaseForOracle
This commit is contained in:
parent
7e0b015be5
commit
7edda3b7af
@ -361,7 +361,7 @@ namespace SqlSugar
|
||||
method = isNullableType ? getConvertInt16 : getInt16;
|
||||
if (bindProperyTypeName == "uint32"&&this.Context.CurrentConnectionConfig.DbType.IsIn(DbType.MySql,DbType.MySqlConnector))
|
||||
method = null;
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.OceanBaseForOracle)
|
||||
if (bindPropertyType ==UtilConstants.IntType&& this.Context.CurrentConnectionConfig.DbType == DbType.OceanBaseForOracle)
|
||||
method = isNullableType ? getMyIntNull : getMyInt;
|
||||
break;
|
||||
case CSharpDataType.@bool:
|
||||
|
Loading…
Reference in New Issue
Block a user