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 b7c3969e4ce Update release notes (#38012)
b7c3969e4ce is described below

commit b7c3969e4cedd198402c59cc1f82bf048e42bad0
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Feb 12 00:17:21 2026 +0800

    Update release notes (#38012)
---
 RELEASE-NOTES.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 84ed634e867..c223ded15f6 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -48,9 +48,10 @@
 1. SQL Parser: Support Oracle SQL parser correctly extract REGEXP_SUBSTR 
parameters - [#37924](https://github.com/apache/shardingsphere/pull/37924)
 1. SQL Parser: Fix escape '\' in SQL causing DialectSQLParsingException - 
[#37943](https://github.com/apache/shardingsphere/pull/37943)
 1. SQL Parser: Fix error parsing \l command SQL statement when front-end 
protocol is og - [#37953](https://github.com/apache/shardingsphere/pull/37953)
-1. SQL Parser:Fix SQLParsingException when using reserved word `order` in 
ORDER BY clause - [#37958](https://github.com/apache/shardingsphere/pull/37958)
-1. SQL Parser:Support '2'::int statement in PostgreSQL and openGauss - 
[#37962](https://github.com/apache/shardingsphere/pull/37962)
-1. SQL Parser:Support range type constructor functions in PostgreSQL without 
quotes - [#37994](https://github.com/apache/shardingsphere/pull/37994)
+1. SQL Parser: Fix SQLParsingException when using reserved word `order` in 
ORDER BY clause - [#37958](https://github.com/apache/shardingsphere/pull/37958)
+1. SQL Parser: Fix parsing error for SQLServer session `SET QUOTED_IDENTIFIER` 
and `SET TEXTSIZE` statements - 
[#38005](https://github.com/apache/shardingsphere/pull/38005)
+1. SQL Parser: Support '2'::int statement in PostgreSQL and openGauss - 
[#37962](https://github.com/apache/shardingsphere/pull/37962)
+1. SQL Parser: Support range type constructor functions in PostgreSQL without 
quotes - [#37994](https://github.com/apache/shardingsphere/pull/37994)
 1. SQL Binder: Support to bind more SQL statements - 
[#36697](https://github.com/apache/shardingsphere/pull/36697)
 1. SQL Binder: Add ALTER TABLE metadata check - 
[#35877](https://github.com/apache/shardingsphere/pull/35877)
 1. SQL Binder: Support Grant statement SQL bind - 
[#36207](https://github.com/apache/shardingsphere/pull/36207)

Reply via email to