You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/06/06 01:27:29 UTC

[shardingsphere] branch master updated (cb30de84c71 -> 70607bdb177)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from cb30de84c71 fix invalid binding table issue. (#18182)
     add 70607bdb177 Add PostgreSQL Comment Statement (#18185)

No new revisions were added by this update.

Summary of changes:
 .../main/antlr4/imports/postgresql/DDLStatement.g4 |  5 ++--
 .../impl/PostgreSQLDDLStatementSQLVisitor.java     |  8 +++++++
 ...ntHandler.java => CommentStatementHandler.java} | 24 +++++++++----------
 .../asserts/statement/ddl/DDLStatementAssert.java  |  5 ++++
 .../statement/ddl/impl/CommentStatementAssert.java | 28 +++++++++++++++++-----
 .../src/main/resources/case/ddl/comment.xml        | 27 ++++++++++++++++++---
 .../main/resources/sql/supported/ddl/comment.xml   | 15 +++++++++++-
 7 files changed, 87 insertions(+), 25 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/handler/ddl/{CreateFunctionStatementHandler.java => CommentStatementHandler.java} (67%)