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

[shardingsphere] branch master updated (ae78312 -> 55e4778)

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 ae78312  Update config-center.cn.md (#9380)
     add 55e4778  add SQLServer with clause for update statement. (#9371)

No new revisions were added by this update.

Summary of changes:
 .../main/antlr4/imports/sqlserver/DMLStatement.g4  |  4 +-
 .../impl/SQLServerDMLStatementSQLVisitor.java      |  3 ++
 .../sqlserver/dml/SQLServerUpdateStatement.java    | 16 +++++++
 .../src/main/resources/case/dml/update.xml         | 52 ++++++++++++++++++++++
 .../main/resources/sql/supported/dml/update.xml    |  1 +
 5 files changed, 74 insertions(+), 2 deletions(-)