diff --git a/Src/Asp.Net/SqlSugar/Infrastructure/InstanceFactory.cs b/Src/Asp.Net/SqlSugar/Infrastructure/InstanceFactory.cs index 878e7de56..7d0fb8d08 100644 --- a/Src/Asp.Net/SqlSugar/Infrastructure/InstanceFactory.cs +++ b/Src/Asp.Net/SqlSugar/Infrastructure/InstanceFactory.cs @@ -280,6 +280,10 @@ namespace SqlSugar currentConnectionConfig.DbType != DbType.Access && currentConnectionConfig.DbType != DbType.QuestDB && currentConnectionConfig.DbType != DbType.MySql && + currentConnectionConfig.DbType != DbType.Oracle && + currentConnectionConfig.DbType != DbType.PostgreSQL && + currentConnectionConfig.DbType != DbType.ClickHouse && + currentConnectionConfig.DbType != DbType.GBase && GetCustomTypeByClass("SqlSugar." + currentConnectionConfig.DbType + "." + currentConnectionConfig.DbType + "Provider") != null; }