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/01/21 23:08:29 UTC

[shardingsphere] branch master updated (52225f8 -> 726494b)

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 52225f8  Update license (#14986)
     add 726494b  Add unit tests about PostgreSQL batched inserts (#14985)

No new revisions were added by this update.

Summary of changes:
 ...gregatedBatchedInsertsCommandExecutorTest.java} | 67 +++++++++++++++-------
 .../PostgreSQLAggregatedCommandExecutorTest.java   | 52 +++++++++++++++++
 2 files changed, 98 insertions(+), 21 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-frontend/{shardingsphere-proxy-frontend-opengauss/src/test/java/org/apache/shardingsphere/proxy/frontend/opengauss/command/query/extended/bind/OpenGaussComBatchBindExecutorTest.java => shardingsphere-proxy-frontend-postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/query/extended/PostgreSQLAggregatedBatchedInsertsCommandExecutorTest.java} (61%)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/command/query/extended/PostgreSQLAggregatedCommandExecutorTest.java