You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/08/15 03:43:07 UTC

[shardingsphere] branch master updated (7ab897b -> 5b3c9ff)

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

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


    from 7ab897b  Add EncryptRuleConfigurationYamlSwapperTest (#6847)
     add 5b3c9ff  support mysql database create, alter and drop statement (#6846)

No new revisions were added by this update.

Summary of changes:
 .../src/main/antlr4/imports/mysql/DDLStatement.g4                | 9 +++++++--
 .../src/main/antlr4/imports/mysql/Literals.g4                    | 8 ++++----
 .../apache/shardingsphere/sql/parser/autogen/MySQLStatement.g4   | 4 +++-
 .../sql/parser/mysql/visitor/impl/MySQLDDLVisitor.java           | 7 +++++++
 .../shardingsphere/sql/parser/core/visitor/VisitorRule.java      | 6 ++++++
 .../{DropProcedureStatement.java => AlterDatabaseStatement.java} | 4 ++--
 6 files changed, 29 insertions(+), 9 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/statement/ddl/{DropProcedureStatement.java => AlterDatabaseStatement.java} (90%)