Skip to content

Commit

Permalink
Bug 550542: Fix to add back line that was mistakenly removed
Browse files Browse the repository at this point in the history
Signed-off-by: Will Dazey <[email protected]>
  • Loading branch information
dazey3 authored and lukasj committed Oct 15, 2019
1 parent 063115f commit ea124dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2485,6 +2485,7 @@ public Object executeStoredProcedure(DatabaseCall dbCall, PreparedStatement stat
ResultSet resultSet = null;
if (!dbCall.getReturnsResultSet()) {// no result set is expected
if (dbCall.isCursorOutputProcedure()) {
result = accessor.executeNoSelect(dbCall, statement, session);
int index = dbCall.getCursorOutIndex();
resultSet = (ResultSet)dbCall.getObject((CallableStatement)statement, index - 1);
} else {
Expand Down

0 comments on commit ea124dd

Please sign in to comment.