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 5c3004ba474 Revise release notes (#36315)
5c3004ba474 is described below
commit 5c3004ba4748e5bfacb296f249c2b46513296559
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Aug 15 19:33:09 2025 +0800
Revise release notes (#36315)
---
RELEASE-NOTES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 12c9aa4f48f..64392600d76 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -114,6 +114,7 @@
1. SQL Parser: Support SQL Server clustered index parse -
[#36132](https://github.com/apache/shardingsphere/pull/36132)
1. SQL Parser: Support SQL Server the CATALOG identifier parse -
[#36137](https://github.com/apache/shardingsphere/pull/36137)
1. SQL Parser: Support Hive ALTER PARTITION statement parse -
[#36072](https://github.com/apache/shardingsphere/pull/36072)
+1. SQL Parser: Support table alias in insert statement in Oracle -
[#36202](https://github.com/apache/shardingsphere/pull/36202)
1. SQL Binder: Fix is unable to find the outer table in the
ExistsSubqueryExpressionBinder -
[#36068](https://github.com/apache/shardingsphere/pull/36068)
1. SQL Binder: Support select aggregation function sql bind in projection and
having - [#34379](https://github.com/apache/shardingsphere/pull/34379)
1. SQL Binder: Support column definition for the WITH clause and
ExternalTableBinderContext in
CommonTableExpressionBinder.[#34384](https://github.com/apache/shardingsphere/pull/34384)
@@ -133,7 +134,6 @@
1. Encrypt: Use EncryptDerivedColumnSuffix to enhance encrypt table subquery
rewrite logic - [#34829](https://github.com/apache/shardingsphere/pull/34829)
1. Encrypt: Add quotes to encrypt rewrite derived columns -
[#34950](https://github.com/apache/shardingsphere/pull/34950)
1. Encrypt: Add support for NOT LIKE operator in encryption -
[#35984](https://github.com/apache/shardingsphere/pull/35984)
-1. SQL Parser: Support table alias in insert statement in Oracle -
[#36202](https://github.com/apache/shardingsphere/pull/36202)
### Bug Fixes