mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
支持瀚高数据
This commit is contained in:
@@ -384,6 +384,9 @@ namespace SqlSugar
|
||||
case DbType.OpenGauss:
|
||||
Check.ExceptionEasy("Use DbType.PostgreSQL , ConnectionString add No Reset On Close=true", "OpenGausso数据库可以使用DbType.PostgreSQL 并且连接字符串加上 No Reset On Close=true");
|
||||
break;
|
||||
case DbType.HG:
|
||||
Check.ExceptionEasy("Use DbType.PostgreSQL", "瀚高数据库可以使用DbType.PostgreSQL");
|
||||
break;
|
||||
case DbType.Kdbndp:
|
||||
DependencyManagement.TryKdbndb();
|
||||
break;
|
||||
|
@@ -19,6 +19,7 @@ namespace SqlSugar
|
||||
Access,
|
||||
OpenGauss,
|
||||
QuestDB,
|
||||
HG,
|
||||
Custom =900
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user