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 f6785a6 commit b66594eCopy full SHA for b66594e
jdbc-v2/src/test/java/com/clickhouse/jdbc/ConnectionTest.java
@@ -307,6 +307,7 @@ public void setAndGetClientInfoTest(String clientName) throws SQLException {
307
final String testQuery = "SELECT '" + UUID.randomUUID() + "'";
308
stmt.execute(testQuery);
309
String queryId = ((StatementImpl)stmt).getLastQueryId();
310
+ stmt.getResultSet().close(); // close result set to finalize request.
311
stmt.execute("SYSTEM FLUSH LOGS");
312
313
0 commit comments