mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Optimization error prompt
This commit is contained in:
parent
c71a87b637
commit
5246c478d0
@ -509,7 +509,7 @@ namespace SqlSugar
|
||||
config.DbType = DbType.MySql;
|
||||
break;
|
||||
case DbType.TDengine:
|
||||
Check.Exception(SugarCompatible.IsFramework, "GBase only support .net core");
|
||||
Check.Exception(SugarCompatible.IsFramework, "TDengine only support .net core");
|
||||
InstanceFactory.CustomDllName = SugarCompatible.IsFramework ? "SqlSugar.TDengine" : "SqlSugar.TDengineCore";
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user