File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/test/java/com/clickhouse/r2dbc/spi/test Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6868 </dependency >
6969 <dependency >
7070 <groupId >com.clickhouse</groupId >
71- <artifactId >clickhouse- jdbc</artifactId >
71+ <artifactId >jdbc-v2 </artifactId >
7272 <version >${revision} </version >
7373 <scope >test</scope >
7474 </dependency >
Original file line number Diff line number Diff line change 33import com .clickhouse .client .ClickHouseException ;
44import com .clickhouse .client .ClickHouseProtocol ;
55import com .clickhouse .client .ClickHouseServerForTest ;
6- import com .clickhouse .jdbc .ClickHouseDriver ;
76import com .zaxxer .hikari .HikariDataSource ;
87import io .r2dbc .spi .Blob ;
98import io .r2dbc .spi .Clob ;
@@ -82,7 +81,7 @@ public JdbcOperations getJdbcOperations() {
8281 private static JdbcTemplate jdbcTemplate (String database ) throws SQLException {
8382 HikariDataSource source = new HikariDataSource ();
8483
85- Driver driver = new ClickHouseDriver ();
84+ Driver driver = new com . clickhouse . jdbc . Driver ();
8685 DriverManager .registerDriver (driver );
8786 if (database == null ) {
8887 source .setJdbcUrl (format ("jdbc:clickhouse:%s://%s?%s" , DEFAULT_PROTOCOL ,
You can’t perform that action at this time.
0 commit comments