mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
-
This commit is contained in:
@@ -52,7 +52,10 @@ namespace SqlSugar
|
||||
|
||||
internal static void TryPostgreSQL()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
var message = ErrorMessage.GetThrowMessage(
|
||||
"SqlSugar PostGreSQL only support.NET CORE",
|
||||
"SqlSugar使用 PostGreSQL只支持.NET CORE");
|
||||
throw new Exception(message);
|
||||
}
|
||||
|
||||
internal static void TryOracle()
|
||||
|
||||
Reference in New Issue
Block a user