提交 414470e5 编写于 作者: wmmhello's avatar wmmhello

add stmt test case

上级 40c2824b
......@@ -559,7 +559,7 @@ void taos_stmt_use_result_query_json(void *taos, char *col, int type) {
params[0].buffer_type = TSDB_DATA_TYPE_NCHAR;
params[0].buffer_length = strlen(col);
params[0].buffer = &col;
params[0].buffer = col;
params[0].length = &params[0].buffer_length;
params[0].is_null = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册