mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update the description
This commit is contained in:
parent
6cf7949433
commit
c50ba463ee
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user