You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2022/10/27 02:40:03 UTC

[shardingsphere] branch master updated (45dafeebf86 -> 7382cb7e065)

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

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


    from 45dafeebf86 fix issue: refactor MySQLJdbcQueryPropertiesExtension. (#21727)
     add 7382cb7e065 refactor distsql about readwrite splitting (#21780)

No new revisions were added by this update.

Summary of changes:
 .../feature/readwritesplitting/ReadWriteSplittingExecutor.java |  8 ++++----
 .../src/main/antlr4/imports/readwrite-splitting/BaseRule.g4    |  4 ++++
 .../src/main/antlr4/imports/readwrite-splitting/Keyword.g4     |  8 ++++----
 .../main/antlr4/imports/readwrite-splitting/RDLStatement.g4    | 10 +++++-----
 .../parser/core/ReadwriteSplittingDistSQLStatementVisitor.java |  4 ++--
 .../distsql/parser/ReadwriteSplittingDistSQLTest.java          |  4 ++--
 .../distsql/ral/common/constant/DistSQLScriptConstants.java    |  4 ++--
 .../test/resources/expected/convert-readwrite-splitting.yaml   |  4 ++--
 .../test/resources/cases/rdl/rdl-integration-test-cases.xml    |  4 ++--
 test/parser/src/main/resources/sql/supported/rdl/alter.xml     |  2 +-
 test/parser/src/main/resources/sql/supported/rdl/create.xml    |  4 ++--
 11 files changed, 30 insertions(+), 26 deletions(-)