mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 优化QuestDb-RestAPI异常提示
This commit is contained in:
@ -46,7 +46,7 @@ namespace FreeSql.QuestDb.Curd
|
||||
{
|
||||
if (execAsync.Contains("401"))
|
||||
{
|
||||
throw new Exception("请确认QuestDb设置的RestAPI账号是否正确.");
|
||||
throw new Exception("请确认new FreeSqlBuilder().UseQuestDbRestAPI()中设置的用户名密码是否正确.");
|
||||
}
|
||||
}
|
||||
var ddl = resultHash["ddl"]?.ToString();
|
||||
|
Reference in New Issue
Block a user