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
130.2.3
24 * added support for Decimals in RowBinary protocol
350.2.2
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.2.3 </version >
7+ <version >0.2.4 </version >
88 <packaging >jar</packaging >
99
1010 <name >clickhouse-jdbc</name >
147147 <artifactId >maven-compiler-plugin</artifactId >
148148 <version >3.2</version >
149149 <configuration >
150- <source >1.6 </source >
151- <target >1.6 </target >
150+ <source >7 </source >
151+ <target >7 </target >
152152 <showDeprecation >true</showDeprecation >
153153 <showWarnings >true</showWarnings >
154154 <fork >true</fork >
You can’t perform that action at this time.
0 commit comments