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 8b52ced add resource [DistSQL] faq (#13696)
add f220021 Complete SQLServer EXPLAIN statement (#13743)
No new revisions were added by this update.
Summary of changes:
.../main/antlr4/imports/sqlserver/DALStatement.g4 | 4 +-
.../main/antlr4/imports/sqlserver/DDLStatement.g4 | 28 +++++----
.../impl/SQLServerDALStatementSQLVisitor.java | 4 +-
.../impl/SQLServerDDLStatementSQLVisitor.java | 40 ++++++-------
.../impl/SQLServerStatementSQLVisitor.java | 21 +++++++
.../statement/dal/impl/ExplainStatementAssert.java | 3 +
.../statement/dal/ExplainStatementTestCase.java | 5 +-
.../src/main/resources/case/dal/explain.xml | 69 ++++++++++++++++++++++
.../main/resources/sql/supported/dal/explain.xml | 3 +
9 files changed, 141 insertions(+), 36 deletions(-)