mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Synchronization code
This commit is contained in:
@@ -505,6 +505,9 @@ namespace SqlSugar
|
||||
case DbType.Tidb:
|
||||
config.DbType = DbType.MySql;
|
||||
break;
|
||||
case DbType.PolarDB:
|
||||
config.DbType = DbType.MySql;
|
||||
break;
|
||||
case DbType.TDengine:
|
||||
Check.Exception(SugarCompatible.IsFramework, "GBase only support .net core");
|
||||
InstanceFactory.CustomDllName = SugarCompatible.IsFramework ? "SqlSugar.TDengine" : "SqlSugar.TDengineCore";
|
||||
|
@@ -29,6 +29,7 @@ namespace SqlSugar
|
||||
OceanBase,
|
||||
Tidb,
|
||||
Vastbase,
|
||||
PolarDB,
|
||||
Custom =900
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user