提交 4410234a 编写于 作者: H Haojun Liao

[TD-225]

上级 78492a88
......@@ -573,7 +573,7 @@ int taos_fetch_block(TAOS_RES *res, TAOS_ROW *rows) {
*rows = pRes->urow;
tscClearSqlOwner(pSql);
return pRes->numOfRows;
return (int32_t) pRes->numOfRows;
}
int taos_select_db(TAOS *taos, const char *db) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册