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 492c6a3d7e1 Fix typo of release notes (#37080)
492c6a3d7e1 is described below
commit 492c6a3d7e1ec18679c9ff4d037be30ee564bd72
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Nov 12 17:52:50 2025 +0800
Fix typo of release notes (#37080)
---
RELEASE-NOTES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index eda31ff3cf5..ee7726e2d3a 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -74,7 +74,7 @@
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)
-1. SQL Parser: Fix multiple SQLs spilt error when comma contained -
[#31609](https://github.com/apache/shardingsphere/pull/31609)
+1. SQL Parser: Fix multiple SQLs split error when comma contained -
[#31609](https://github.com/apache/shardingsphere/pull/31609)
1. SQL Binder: Fix unable to find the outer table in the NotExpressionBinder -
[36135](https://github.com/apache/shardingsphere/pull/36135)
1. SQL Binder: Fix unable to find the outer table in the
ExistsSubqueryExpressionBinder -
[#36068](https://github.com/apache/shardingsphere/pull/36068)
1. SQL Binder: Fix column bind exception caused by oracle XMLELEMENT function
first parameter without quote -
[#36963](https://github.com/apache/shardingsphere/pull/36963)