mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update .net core project
This commit is contained in:
@@ -410,6 +410,9 @@ namespace SqlSugar
|
||||
case DbType.QuestDB:
|
||||
Check.Exception(SugarCompatible.IsFramework, "QuestDB only support .net core");
|
||||
break;
|
||||
case DbType.ClickHouse:
|
||||
Check.Exception(SugarCompatible.IsFramework, "ClickHouse only support .net core");
|
||||
break;
|
||||
default:
|
||||
throw new Exception("ConnectionConfig.DbType is null");
|
||||
}
|
||||
|
@@ -20,6 +20,7 @@ namespace SqlSugar
|
||||
OpenGauss,
|
||||
QuestDB,
|
||||
HG,
|
||||
ClickHouse,
|
||||
Custom =900
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user