Skip to content

Commit 05a9985

Browse files
authored
Merge pull request #1970 from ClickHouse/v2-user-agent
Update ConnectionImpl.java
2 parents 27f8a3d + 8406974 commit 05a9985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public ConnectionImpl(String url, Properties info) {
3131
log.debug("Creating connection to {}", url);
3232
this.url = url;//Raw URL
3333
this.config = new JdbcConfiguration(url, info);
34-
String clientName = "ClickHouse JDBC Driver/" + Driver.driverVersion;
34+
String clientName = "ClickHouse JDBC Driver V2/" + Driver.driverVersion;
3535

3636
if (this.config.isDisableFrameworkDetection()) {
3737
log.debug("Framework detection is disabled.");

0 commit comments

Comments
 (0)