Synchronization code

This commit is contained in:
sunkaixuan 2024-05-09 10:37:57 +08:00
parent 7edda3b7af
commit 8ac4fba0dc
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ namespace SqlSugar
method = isNullableType ? getConvertInt16 : getInt16; method = isNullableType ? getConvertInt16 : getInt16;
if (bindProperyTypeName == "uint32"&&this.Context.CurrentConnectionConfig.DbType.IsIn(DbType.MySql,DbType.MySqlConnector)) if (bindProperyTypeName == "uint32"&&this.Context.CurrentConnectionConfig.DbType.IsIn(DbType.MySql,DbType.MySqlConnector))
method = null; method = null;
if (this.Context.CurrentConnectionConfig.DbType == DbType.OceanBaseForOracle) if (bindPropertyType ==UtilConstants.IntType&& this.Context.CurrentConnectionConfig.DbType == DbType.OceanBaseForOracle)
method = isNullableType ? getMyIntNull : getMyInt; method = isNullableType ? getMyIntNull : getMyInt;
break; break;
case CSharpDataType.@bool: case CSharpDataType.@bool:

View File

@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.4.155-preview02</version> <version>5.1.4.155-preview10</version>
<authors>sunkaixuan</authors> <authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners> <owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>