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 7ddae34 Add mode to parser to support $$ in pg (#15852)
add 29090dc `DROP READWRITE_SPLITTING RULE` syntax adds `IF EXISTS`
keyword. (#15866)
No new revisions were added by this update.
Summary of changes:
...DropReadwriteSplittingRuleStatementUpdater.java | 26 ++++++++++++++++------
.../antlr4/imports/readwrite-splitting/Keyword.g4 | 8 +++++++
.../imports/readwrite-splitting/RDLStatement.g4 | 6 ++++-
.../ReadwriteSplittingDistSQLStatementVisitor.java | 2 +-
.../DropReadwriteSplittingRuleStatement.java | 5 +++++
.../DropReadwriteSplittingRuleStatementAssert.java | 1 +
.../statement/DropRuleStatementTestCase.java | 2 ++
...ropReadwriteSplittingRuleStatementTestCase.java | 4 ++--
.../src/main/resources/case/rdl/drop.xml | 5 +++++
.../src/main/resources/sql/supported/rdl/drop.xml | 1 +
10 files changed, 49 insertions(+), 11 deletions(-)