This commit is contained in:
Haojun Liao 2020-11-19 10:44:03 +08:00
parent 78492a88b9
commit 4410234af2
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ int taos_fetch_block(TAOS_RES *res, TAOS_ROW *rows) {
*rows = pRes->urow; *rows = pRes->urow;
tscClearSqlOwner(pSql); tscClearSqlOwner(pSql);
return pRes->numOfRows; return (int32_t) pRes->numOfRows;
} }
int taos_select_db(TAOS *taos, const char *db) { int taos_select_db(TAOS *taos, const char *db) {