You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/04 11:09:38 UTC

[shardingsphere] branch master updated (a46cc5f -> 8cdac04)

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

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


    from a46cc5f  Add labels configuration for proxy (#14507)
     add 8cdac04  Revise #14505 and add more unit tests (#14509)

No new revisions were added by this update.

Summary of changes:
 .../bind/OpenGaussComBatchBindPacketTest.java      | 53 +++++++++++-
 .../bind/OpenGaussBatchedInsertsExecutor.java      | 39 +++++----
 .../bind/OpenGaussBatchedInsertsExecutorTest.java  | 97 ++++++++++++++++++++++
 3 files changed, 174 insertions(+), 15 deletions(-)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-opengauss/src/test/java/org/apache/shardingsphere/proxy/frontend/opengauss/command/query/extended/bind/OpenGaussBatchedInsertsExecutorTest.java