From 442e3a9520804d1d4a15a6328a6cbf2e9f1424b0 Mon Sep 17 00:00:00 2001 From: Zhengqiang Duan Date: Fri, 31 Jan 2025 20:49:24 +0800 Subject: [PATCH] Update release note for pr#34425 (#34542) --- RELEASE-NOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cf3cede27504e..97d77dfd8dd5e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -13,8 +13,9 @@ ### Bug Fixes 1. JDBC: Alleviate connection leaks caused by Seata Client throwing exceptions - [#34463](https://github.com/apache/shardingsphere/pull/34463) -2. Mode: Fixes issue of drop schema can not work on standalone mode - [#34470](https://github.com/apache/shardingsphere/pull/34470) -3. Mode: Fixes the exception to missing renamed schema name when alter schema - [#34465](https://github.com/apache/shardingsphere/pull/34465) +1. Mode: Fixes issue of drop schema can not work on standalone mode - [#34470](https://github.com/apache/shardingsphere/pull/34470) +1. Mode: Fixes the exception to missing renamed schema name when alter schema - [#34465](https://github.com/apache/shardingsphere/pull/34465) +1. SQL Parser: Fix set OnDuplicateKeyColumnsSegment on PostgreSQLInsertStatement - [#34425](https://github.com/apache/shardingsphere/pull/34425) ### Change Logs