mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 10:42:52 +08:00
- 优化QuestDb-RestAPI异常提示
This commit is contained in:
parent
c201864de0
commit
82be70f483
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user