Skip to content

Commit 6592840

Browse files
author
Paultagoras
committed
Defaulting to V1 for now
1 parent f6514a3 commit 6592840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-jdbc/src/main/java/com/clickhouse/jdbc/ClickHouseDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static String getFrameworksDetected() {
6969
}
7070

7171
public static boolean isV2() {
72-
String versionString = System.getProperty("com.clickhouse.jdbc.version", "v2");
72+
String versionString = System.getProperty("com.clickhouse.jdbc.version", "v1");
7373
return versionString != null && versionString.equalsIgnoreCase("v2");
7474
}
7575

0 commit comments

Comments
 (0)