|
|
@ -280,6 +280,11 @@ 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 && |
|
|
|
currentConnectionConfig.DbType != DbType.Sqlite && |
|
|
|
GetCustomTypeByClass("SqlSugar." + currentConnectionConfig.DbType + "." + currentConnectionConfig.DbType + "Provider") != null; |
|
|
|
} |
|
|
|
|
|
|
|