This is an automated email from the ASF dual-hosted git repository.
yx9o 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 6680637 Add OpenGaussStatementSQLVisitorFacade (#16120)
6680637 is described below
commit 6680637e74b7f510f2fbf1339fa5ea13746867cc
Author: Bhavya Agrawal <[email protected]>
AuthorDate: Wed Mar 16 10:13:51 2022 +0530
Add OpenGaussStatementSQLVisitorFacade (#16120)
---
docs/document/content/dev-manual/sql-parser.cn.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/document/content/dev-manual/sql-parser.cn.md
b/docs/document/content/dev-manual/sql-parser.cn.md
index 682e23a..cee4371 100644
--- a/docs/document/content/dev-manual/sql-parser.cn.md
+++ b/docs/document/content/dev-manual/sql-parser.cn.md
@@ -33,3 +33,4 @@ chapter = true
| SQLServerStatementSQLVisitorFacade | 基于 SQLServer 的提取 SQL 语句的语法树访问器 |
| OracleStatementSQLVisitorFacade | 基于 Oracle 的提取 SQL 语句的语法树访问器 |
| SQL92StatementSQLVisitorFacade | 基于 SQL92 的提取 SQL 语句的语法树访问器 |
+| OpenGaussStatementSQLVisitorFacade | 基于 openGauss 的提取 SQL 语句的语法树访问器 |