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 25dbef7 commit 1595e14Copy full SHA for 1595e14
jdbc-v2/src/test/java/com/clickhouse/jdbc/JdbcIntegrationTest.java
@@ -34,7 +34,7 @@ public Connection getJdbcConnection(Properties properties) throws SQLException {
34
Properties info = new Properties();
35
info.setProperty("user", "default");
36
info.setProperty("password", ClickHouseServerForTest.getPassword());
37
- info.setProperty("clickhouse.jdbc.v1","true");
+
38
if (properties != null) {
39
info.putAll(properties);
40
}
0 commit comments