Skip to content

Commit 1595e14

Browse files
committed
remove jdbc v1 from tests
1 parent 25dbef7 commit 1595e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/test/java/com/clickhouse/jdbc/JdbcIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Connection getJdbcConnection(Properties properties) throws SQLException {
3434
Properties info = new Properties();
3535
info.setProperty("user", "default");
3636
info.setProperty("password", ClickHouseServerForTest.getPassword());
37-
info.setProperty("clickhouse.jdbc.v1","true");
37+
3838
if (properties != null) {
3939
info.putAll(properties);
4040
}

0 commit comments

Comments
 (0)