This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 addce8ed889 Clarify SQL Parser support for pivot/unpivot clause
(#37991)
addce8ed889 is described below
commit addce8ed8899aa5cf663ca74ee9237b1d930df97
Author: Cong Hu <[email protected]>
AuthorDate: Sun Feb 15 15:26:40 2026 +0800
Clarify SQL Parser support for pivot/unpivot clause (#37991)
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 298baac6289..43002eacf75 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -99,7 +99,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)