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 2021/10/21 01:54:59 UTC

[shardingsphere] branch master updated (80c540c -> 994234b)

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 80c540c  change columnName to columnLabel for information_schema (#13152)
     add 994234b  support Administration Statements sql parse SET RESOURCE GROUP (#13185)

No new revisions were added by this update.

Summary of changes:
 .../statement/impl/MySQLDALStatementSQLVisitor.java    |  9 +++++++++
 .../parser/core/database/visitor/SQLVisitorRule.java   |  2 ++
 ...tement.java => MySQLSetResourceGroupStatement.java} |  8 ++++----
 .../asserts/statement/dal/DALStatementAssert.java      |  7 ++++++-
 ....java => MySQLSetResourceGroupStatementAssert.java} | 18 +++++++++---------
 .../jaxb/cases/domain/SQLParserTestCases.java          |  5 +++++
 ...ase.java => SetResourceGroupStatementTestCase.java} |  8 +++-----
 .../src/main/resources/case/dal/set.xml                |  3 +++
 .../src/main/resources/sql/supported/dal/set.xml       |  1 +
 9 files changed, 42 insertions(+), 19 deletions(-)
 copy shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/dialect/statement/mysql/dal/{MySQLCreateResourceGroupStatement.java => MySQLSetResourceGroupStatement.java} (88%)
 copy shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/{MySQLCreateResourceGroupStatementAssert.java => MySQLSetResourceGroupStatementAssert.java} (70%)
 copy shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/jaxb/cases/domain/statement/dal/{CreateResourceGroupStatementTestCase.java => SetResourceGroupStatementTestCase.java} (89%)