--resolve FS-3852

上级 f91bdf12
...@@ -412,7 +412,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_ ...@@ -412,7 +412,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_
SQLRowCount(stmt, &m); SQLRowCount(stmt, &m);
handle->affected_rows = (int) m; handle->affected_rows = (int) m;
if (m <= 0) { if (m == 0) {
goto done; goto done;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论