Skip to content

Commit

Permalink
Merge pull request #1928 from ClickHouse/improper-closing
Browse files Browse the repository at this point in the history
Update StatementImpl.java
  • Loading branch information
Paultagoras authored Nov 14, 2024
2 parents 7a52db9 + 510df63 commit d9cbaba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ public int executeUpdate(String sql, QuerySettings settings) throws SQLException
@Override
public void close() throws SQLException {
closed = true;
connection.close();
if (currentResultSet != null) {
currentResultSet.close();
currentResultSet = null;
Expand Down

0 comments on commit d9cbaba

Please sign in to comment.