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
140.1.55
25NOTE: behavior for byte[] parameters changed. See https://github.com/yandex/clickhouse-jdbc/pull/352
36 * 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.
1010<dependency >
1111 <groupId >ru.yandex.clickhouse</groupId >
1212 <artifactId >clickhouse-jdbc</artifactId >
13- <version >0.1.55 </version >
13+ <version >0.2 </version >
1414</dependency >
1515```
1616
Original file line number Diff line number Diff line change 44
55 <groupId >ru.yandex.clickhouse</groupId >
66 <artifactId >clickhouse-jdbc</artifactId >
7- <version >0.1.55 </version >
7+ <version >0.2 </version >
88 <packaging >jar</packaging >
99
1010 <name >clickhouse-jdbc</name >
You can’t perform that action at this time.
0 commit comments