File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.2.4
2
+ * fix FORMAT clause append for queries, ending with comment
1
3
0.2.3
2
4
* added support for Decimals in RowBinary protocol
3
5
0.2.2
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.2.3 </version >
7
+ <version >0.2.4 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >clickhouse-jdbc</name >
147
147
<artifactId >maven-compiler-plugin</artifactId >
148
148
<version >3.2</version >
149
149
<configuration >
150
- <source >1.6 </source >
151
- <target >1.6 </target >
150
+ <source >7 </source >
151
+ <target >7 </target >
152
152
<showDeprecation >true</showDeprecation >
153
153
<showWarnings >true</showWarnings >
154
154
<fork >true</fork >
You can’t perform that action at this time.
0 commit comments