mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 04:35:29 +08:00
Update InstanceFactory
This commit is contained in:
parent
30cf83149d
commit
08c054f177
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user