mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Updste 海量数据
This commit is contained in:
parent
b433c5ba3c
commit
93aed32b26
@ -8,6 +8,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
public override string GetDbTypeName(string csharpTypeName)
|
public override string GetDbTypeName(string csharpTypeName)
|
||||||
{
|
{
|
||||||
|
if (csharpTypeName?.StartsWith("ora")==true&& this.Context.CurrentConnectionConfig?.MoreSettings?.DatabaseModel == DbType.Vastbase)
|
||||||
|
{
|
||||||
|
return csharpTypeName.Replace("ora", "");
|
||||||
|
}
|
||||||
if (csharpTypeName == UtilConstants.ByteArrayType.Name)
|
if (csharpTypeName == UtilConstants.ByteArrayType.Name)
|
||||||
return "bytea";
|
return "bytea";
|
||||||
if (csharpTypeName.ToLower() == "int32")
|
if (csharpTypeName.ToLower() == "int32")
|
||||||
|
Loading…
Reference in New Issue
Block a user