Skip to content

Commit d882f39

Browse files
committed
corrected property name
1 parent 920d36c commit d882f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jdbc-v2/src/main/java/com/clickhouse/jdbc/DriverProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public enum DriverProperties {
127127
/**
128128
* Define cluster name for statement executions like KILL
129129
*/
130-
CLUSTER_NAME("cluster_name", null),
130+
CLUSTER_NAME("jdbc_cluster_name", null),
131131

132132
;
133133

0 commit comments

Comments
 (0)