提交 b50ae754 编写于 作者: C Cary Xu

[TS-904]<fix>:convert to lowercase when set tbname by stmt

上级 25da4240
......@@ -1724,6 +1724,8 @@ int taos_stmt_set_tbname_tags(TAOS_STMT* stmt, const char* name, TAOS_BIND* tags
pStmt->last = STMT_SETTBNAME;
strtolower(name, name);
SStrToken tname = {0};
tname.type = TK_STRING;
tname.z = (char *)strdup(name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册