Skip to content

Commit a619447

Browse files
committed
Added 0 for execute(Query)
1 parent 9c1c30c commit a619447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/njs/src/njsConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ void Connection::Async_Execute (uv_work_t *req)
713713
executeBaton->st = executeBaton->dpistmt->stmtType();
714714
if (executeBaton->st == DpiStmtSelect)
715715
{
716-
executeBaton->dpistmt->execute(executeBaton->isAutoCommit);
716+
executeBaton->dpistmt->execute(0, executeBaton->isAutoCommit);
717717
Connection::GetDefines(executeBaton);
718718
}
719719
else

0 commit comments

Comments
 (0)