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 cdc77d0 commit 1f73cb2Copy full SHA for 1f73cb2
jdbc/src/main/java/tech/ydb/jdbc/context/YdbContext.java
@@ -154,6 +154,7 @@ public YdbOperationProperties getOperationProperties() {
154
public void close() {
155
try {
156
schemeClient.close();
157
+ queryClient.close();
158
tableClient.close();
159
grpcTransport.close();
160
} catch (Exception e) {
0 commit comments