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 aa1502f  Merge pull request #6999 from terrymanu/dev
     new 476852b  fix update/delete limit parameterCount parse error
     new 0d5b51b  move update/delete limit check to ShardingStatementValidator
     new a25ce41  Merge pull request #6997 from strongduanmu/issue-6939-dev-0822

The 26302 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../route/engine/ShardingRouteDecorator.java       |  8 +++--
 .../validator/ShardingStatementValidator.java      | 13 ++++++--
 .../impl/ShardingDeleteStatementValidator.java     | 11 +++++-
 .../impl/ShardingInsertStatementValidator.java     | 14 +++++---
 .../impl/ShardingUpdateStatementValidator.java     | 13 ++++++--
 .../impl/ShardingDeleteStatementValidatorTest.java |  2 +-
 .../impl/ShardingInsertStatementValidatorTest.java | 14 ++++----
 .../impl/ShardingUpdateStatementValidatorTest.java | 12 +++----
 .../binder/statement/dml/CallStatementContext.java |  3 ++
 .../parser/mysql/visitor/impl/MySQLDMLVisitor.java | 12 +++++++
 .../parser/sql/statement/dml/DeleteStatement.java  | 24 +++++++++++++
 .../parser/sql/statement/dml/UpdateStatement.java  | 24 +++++++++++++
 .../statement/dml/impl/DeleteStatementAssert.java  | 32 ++++++++++++++++--
 .../statement/dml/impl/UpdateStatementAssert.java  | 32 ++++++++++++++++--
 .../statement/dml/DeleteStatementTestCase.java     |  8 +++++
 .../statement/dml/UpdateStatementTestCase.java     |  8 +++++
 .../src/main/resources/case/dml/delete.xml         | 38 +++++++++++++++++++++
 .../src/main/resources/case/dml/update.xml         | 39 ++++++++++++++++++++++
 .../main/resources/sql/supported/dml/delete.xml    |  1 +
 .../main/resources/sql/supported/dml/update.xml    |  1 +
 20 files changed, 279 insertions(+), 30 deletions(-)

Reply via email to