mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 21:49:33 +08:00
Update .net core project
This commit is contained in:
parent
70a9b1416d
commit
cc2d595bc5
@ -404,6 +404,9 @@ namespace SqlSugar
|
|||||||
Check.Exception(InstanceFactory.CustomNamespace.IsNullOrEmpty(), "DbType.Custom: InstanceFactory.CustomNamespace is not null ");
|
Check.Exception(InstanceFactory.CustomNamespace.IsNullOrEmpty(), "DbType.Custom: InstanceFactory.CustomNamespace is not null ");
|
||||||
Check.Exception(InstanceFactory.CustomDllName.IsNullOrEmpty(), "DbType.Custom: InstanceFactory.CustomDllName is not null ");
|
Check.Exception(InstanceFactory.CustomDllName.IsNullOrEmpty(), "DbType.Custom: InstanceFactory.CustomDllName is not null ");
|
||||||
break;
|
break;
|
||||||
|
case DbType.QuestDB:
|
||||||
|
Check.Exception(SugarCompatible.IsFramework, "QuestDB only support .net core");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception("ConnectionConfig.DbType is null");
|
throw new Exception("ConnectionConfig.DbType is null");
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@ namespace SqlSugar
|
|||||||
MySqlConnector,
|
MySqlConnector,
|
||||||
Access,
|
Access,
|
||||||
OpenGauss,
|
OpenGauss,
|
||||||
|
QuestDB,
|
||||||
Custom =900
|
Custom =900
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user