We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1c30c commit a619447Copy full SHA for a619447
src/njs/src/njsConnection.cpp
@@ -713,7 +713,7 @@ void Connection::Async_Execute (uv_work_t *req)
713
executeBaton->st = executeBaton->dpistmt->stmtType();
714
if (executeBaton->st == DpiStmtSelect)
715
{
716
- executeBaton->dpistmt->execute(executeBaton->isAutoCommit);
+ executeBaton->dpistmt->execute(0, executeBaton->isAutoCommit);
717
Connection::GetDefines(executeBaton);
718
}
719
else
0 commit comments