Update the description

This commit is contained in:
sunkaixuan 2022-08-02 12:45:57 +08:00
parent 6cf7949433
commit c50ba463ee

View File

@ -382,10 +382,10 @@ namespace SqlSugar
DependencyManagement.TryPostgreSQL();
break;
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;
case DbType.HG:
Check.ExceptionEasy("Use DbType.PostgreSQL", "瀚高数据库可以使用DbType.PostgreSQL");
Check.ExceptionEasy("Use DbType.PostgreSQL", "瀚高数据库使用DbType.PostgreSQL");
break;
case DbType.Kdbndp:
DependencyManagement.TryKdbndb();