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 1e8d7c5 commit 7dc2f72Copy full SHA for 7dc2f72
src/njs/src/njsConnection.cpp
@@ -816,7 +816,7 @@ void Connection::Async_Execute (uv_work_t *req)
816
// In Case of DML Returning, if the buffer is small, and if the callback
817
// is called multiple times, an ORA error 24343 was reported. Converting
818
// that error to errInsufficientBufferForBinds.
819
- if ( !executeBaton->stmtIsReturning &&
+ if ( !executeBaton->stmtIsReturning ||
820
(e.errnum() != 24343) )
821
{
822
executeBaton->error = std::string(e.what ());
0 commit comments