You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## 0.8.4
2
+
3
+
### Examples
4
+
-[jdbc-v2] - JPA example added. (https://github.com/ClickHouse/clickhouse-java/pull/2301)
5
+
6
+
### Bug Fixes
7
+
-[jdbc-v2] Added implementation of `ResultSetMetaData.getColumnClassName()` to return information
8
+
about class name of the value stored in a result. (https://github.com/ClickHouse/clickhouse-java/issues/2112)
9
+
-[client-v2] Fixed NPE when `Client.queryAll` used with `INSERT` statement because internally `columns` variable
10
+
was accessed and was null. (https://github.com/ClickHouse/clickhouse-java/issues/2150)
11
+
-[jdbc-v2] Fixed NPE when `ssl=true` was passed via an connection URL. (https://github.com/ClickHouse/clickhouse-java/issues/2206)
12
+
-[jdbc-v2] Fixed sending correct driver version. Problem occurs because context classloader had no access to
13
+
a resource file with versions. (https://github.com/ClickHouse/clickhouse-java/issues/2245)
14
+
-[jdbc-v2] Fixed incorrect flag for Array values when reading result set. (https://github.com/ClickHouse/clickhouse-java/issues/2266)
15
+
-[jdbc-v2] Fixed parsing parameters in PreparedStatement for cases when '?' is within quotes or similar. (https://github.com/ClickHouse/clickhouse-java/issues/2290)
16
+
-[jdbc-v2] Added implementation for `com.clickhouse.jdbc.PreparedStatementImpl#getMetaData`.
17
+
Complete metadata is returned only after statement execution. Partial metadata is returned before execution
18
+
of the statement. (https://github.com/ClickHouse/clickhouse-java/issues/2292)
19
+
-[jdbc-v2] Fixed `clearParameters` in `PreparedStatementImpl` to correctly reset parameters array. (https://github.com/ClickHouse/clickhouse-java/issues/2299)
0 commit comments