Update 海量数据

This commit is contained in:
sunkaixuan
2024-10-31 16:18:06 +08:00
parent 8d33011e67
commit 7208cfbd54
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ namespace SqlSugar
{ {
if (csharpTypeName?.StartsWith("ora")==true&& this.Context.CurrentConnectionConfig?.MoreSettings?.DatabaseModel == DbType.Vastbase) if (csharpTypeName?.StartsWith("ora")==true&& this.Context.CurrentConnectionConfig?.MoreSettings?.DatabaseModel == DbType.Vastbase)
{ {
return csharpTypeName.Replace("ora", ""); csharpTypeName= csharpTypeName.Replace("ora", "");
} }
if (csharpTypeName == UtilConstants.ByteArrayType.Name) if (csharpTypeName == UtilConstants.ByteArrayType.Name)
return "bytea"; return "bytea";

View File

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>SqlSugarCore</id> <id>SqlSugarCore</id>
<version>5.1.4.171-preview03</version> <version>5.1.4.171-preview04</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>