File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.2
2
+ * new API for writing streams of data
3
+ * deprecation of send* methods in ClickHouseStatement interface
1
4
0.1.55
2
5
NOTE: behavior for byte[] parameters changed. See https://github.com/yandex/clickhouse-jdbc/pull/352
3
6
* support for sending stream of CSV data
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It has support of a minimal subset of features to be usable.
10
10
<dependency >
11
11
<groupId >ru.yandex.clickhouse</groupId >
12
12
<artifactId >clickhouse-jdbc</artifactId >
13
- <version >0.1.55 </version >
13
+ <version >0.2 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >ru.yandex.clickhouse</groupId >
6
6
<artifactId >clickhouse-jdbc</artifactId >
7
- <version >0.1.55 </version >
7
+ <version >0.2 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >clickhouse-jdbc</name >
You can’t perform that action at this time.
0 commit comments