Commit 8771e301 by Orlando Vazquez

do not reset if first step after prepare succeeded

parent a9cc58e0
......@@ -394,9 +394,6 @@ protected:
prep_req->stmt = NULL;
assert(rc == SQLITE_OK);
}
else {
rc = sqlite3_reset(prep_req->stmt);
}
}
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment