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 32b80ec commit 812c6aaCopy full SHA for 812c6aa
src/njs/src/njsConnection.cpp
@@ -862,7 +862,8 @@ void Connection::PrepareAndBind (eBaton* executeBaton)
862
* return error in that case
863
*/
864
if ( executeBaton->stmtIsReturning &&
865
- (executeBaton->binds[index]->type == DpiTimestampLTZ ) )
+ ((executeBaton->binds[index]->type == DpiTimestampLTZ) &&
866
+ (executeBaton->binds[index]->isOut) ))
867
{
868
executeBaton->error = NJSMessages::getErrorMsg (
869
errInvalidBindDataType, 2);
0 commit comments