未验证 提交 4154ead5 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #21011 from taosdata/fix/TD-23803

fix: remove db name tolower in connection
......@@ -145,7 +145,7 @@ static SSqlObj *taosConnectImpl(const char *ip, const char *user, const char *pa
tstrncpy(tmp, db, sizeof(tmp));
stringProcess(tmp, (int32_t)strlen(tmp));
strtolower(pObj->db, tmp);
tstrncpy(pObj->db, tmp, sizeof(pObj->db));
}
pthread_mutex_init(&pObj->mutex, NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册