Skip to content

Commit 1591627

Browse files
committed
Release 0.2.4
1 parent d54c24d commit 1591627

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.2.4
2+
* fix FORMAT clause append for queries, ending with comment
13
0.2.3
24
* added support for Decimals in RowBinary protocol
35
0.2.2

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -147,8 +147,8 @@
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>

0 commit comments

Comments
 (0)