You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2022/06/20 22:48:49 UTC

[shardingsphere] branch master updated (085264b578f -> f077745517c)

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

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


    from 085264b578f Refactor DropTrafficRuleStatement (#18468)
     add f077745517c Refactor DropTrafficRuleHandler (#18469)

No new revisions were added by this update.

Summary of changes:
 .../common/updatable/AlterTrafficRuleHandler.java  | 12 ++-
 .../common/updatable/DropTrafficRuleHandler.java   | 89 ++++++++++++++++------
 .../updatable/AlterSQLParserRuleHandlerTest.java   |  4 +-
 .../updatable/AlterTrafficRuleHandlerTest.java     |  4 +-
 .../updatable/CreateTrafficRuleHandlerTest.java    |  4 +-
 .../updatable/DropTrafficRuleHandlerTest.java      | 29 ++-----
 6 files changed, 88 insertions(+), 54 deletions(-)