This is an automated email from the ASF dual-hosted git repository.
terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 76e0018b457 Update release notes for #38444 (#38821)
76e0018b457 is described below
commit 76e0018b457726ad154b52f5e31c94e36e1a68c2
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Jun 6 14:14:16 2026 +0800
Update release notes for #38444 (#38821)
---
RELEASE-NOTES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index e910c843972..bc8136aea4e 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -14,6 +14,7 @@
1. SQL Binder: Add DialectFunctionOption to handle wrong skip column bind in
ColumnSegmentBinder -
[#38350](https://github.com/apache/shardingsphere/pull/38350)
1. SQL Binder: Fix wrong bind info when order by refer column from with
temporary table - [#38353](https://github.com/apache/shardingsphere/pull/38353)
1. JDBC: Fix stale generated values leaking into prepared statement
executeBatch calls without pending batches -
[#38160](https://github.com/apache/shardingsphere/pull/38160)
+1. JDBC: Fix MySQL-compatible typed string conversion for
`ResultSet#getObject(index, Class<T>)` -
[#38444](https://github.com/apache/shardingsphere/pull/38444)
1. JDBC & Proxy: Remove default MySQL prepared statement query properties when
creating data sources -
[#38593](https://github.com/apache/shardingsphere/pull/38593)
1. Proxy: Resolve MySQL prepared statement parameter columns for where clause
- [#38382](https://github.com/apache/shardingsphere/pull/38382)
1. Proxy: Resolve PostgreSQL prepared statement parameter types before bind -
[#38384](https://github.com/apache/shardingsphere/pull/38384)