You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/11/05 02:57:23 UTC

[shardingsphere] branch master updated (4c34f76 -> 385a250)

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

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


    from 4c34f76  fix 9893 (#13467)
     add 385a250  support visit openGauss insert on duplicate key (#13457)

No new revisions were added by this update.

Summary of changes:
 .../main/antlr4/imports/opengauss/DMLStatement.g4  |  1 +
 .../impl/OpenGaussStatementSQLVisitor.java         | 31 ++++++++++++++++++++++
 .../handler/dml/InsertStatementHandler.java        |  3 +++
 .../opengauss/dml/OpenGaussInsertStatement.java    | 12 +++++++++
 .../handler/dml/InsertStatementHandlerTest.java    | 16 +++++++++++
 .../src/main/resources/case/dml/insert.xml         | 18 ++++++++++---
 .../main/resources/sql/supported/dml/insert.xml    |  6 ++---
 7 files changed, 81 insertions(+), 6 deletions(-)