Skip to content

Commit

Permalink
Remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
cc.cai committed Jan 13, 2025
1 parent 51db123 commit 9f3aada
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ private void isUpdateCapable(final AvaticaStatement statement)
}
if (signature.statementType.canUpdate() && statement.updateCount == -1) {
if (statement.openResultSet.next()) {
statement.openResultSet.next();
Object obj = statement.openResultSet.getObject(ROWCOUNT_COLUMN_NAME);
if (obj instanceof Number) {
statement.updateCount = ((Number) obj).intValue();
Expand Down

0 comments on commit 9f3aada

Please sign in to comment.