This is an automated email from the ASF dual-hosted git repository. hucong pushed a commit to branch iamhucong-patch-1 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 09be8f319972a22bdc0fd6d8fb58b9fe56bd2dd8 Author: Cong Hu <[email protected]> AuthorDate: Mon Feb 9 11:30:46 2026 +0800 Clarify SQL Parser support for pivot/unpivot clause Updated SQL Parser entry to specify support for Oracle. --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7d1c30cdca7..5fb3b7ab8c3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -98,7 +98,7 @@ 1. Kernel: Fix not return generate key when set null in INSERT statement - [35783](https://github.com/apache/shardingsphere/pull/35783) 1. Kernel: Add AllowNotUseDatabaseSQLStatementAttribute to support some mysql dal statement execute without use database - [#37033](https://github.com/apache/shardingsphere/pull/37033) 1. Metadata: Fix the exception to rename schema name when executing ALTER SCHEMA - [#34465](https://github.com/apache/shardingsphere/pull/34465) -1. SQL Parser: Support multiple column names with pivot and unpivot clause - [35586](https://github.com/apache/shardingsphere/pull/35586) +1. SQL Parser: Support multiple column names with pivot and unpivot clause for Oracle - [#35586](https://github.com/apache/shardingsphere/pull/35586) 1. SQL Parser: Fix set OnDuplicateKeyColumnsSegment on INSERT for PostgreSQL - [#34425](https://github.com/apache/shardingsphere/pull/34425) 1. SQL Parser: Fix SQL parser error when SQL contains implicit concat expression for MySQL - [#34660](https://github.com/apache/shardingsphere/pull/34660) 1. SQL Parser: Fix SQL parser error when SQL contains subquery with alias for Oracle - [#35239](https://github.com/apache/shardingsphere/pull/35239)
