支持瀚高数据

This commit is contained in:
sunkaixuan
2022-08-02 12:43:40 +08:00
parent 735619c5ec
commit 6cf7949433
2 changed files with 4 additions and 0 deletions

View File

@@ -384,6 +384,9 @@ namespace SqlSugar
case DbType.OpenGauss: case DbType.OpenGauss:
Check.ExceptionEasy("Use DbType.PostgreSQL , ConnectionString add No Reset On Close=true", "OpenGausso数据库可以使用DbType.PostgreSQL 并且连接字符串加上 No Reset On Close=true"); Check.ExceptionEasy("Use DbType.PostgreSQL , ConnectionString add No Reset On Close=true", "OpenGausso数据库可以使用DbType.PostgreSQL 并且连接字符串加上 No Reset On Close=true");
break; break;
case DbType.HG:
Check.ExceptionEasy("Use DbType.PostgreSQL", "瀚高数据库可以使用DbType.PostgreSQL");
break;
case DbType.Kdbndp: case DbType.Kdbndp:
DependencyManagement.TryKdbndb(); DependencyManagement.TryKdbndb();
break; break;

View File

@@ -19,6 +19,7 @@ namespace SqlSugar
Access, Access,
OpenGauss, OpenGauss,
QuestDB, QuestDB,
HG,
Custom =900 Custom =900
} }
} }