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/06/04 12:51:15 UTC

[shardingsphere] branch master updated (a86cc42 -> 4afff9c)

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 a86cc42  fix select lost subquery projection (#10658)
     add 4afff9c  Determine whether to flush by CommandExecuteEngine (#10661)

No new revisions were added by this update.

Summary of changes:
 .../frontend/command/CommandExecutorTask.java      |  5 ++---
 .../frontend/command/CommandExecutorTaskTest.java  |  3 +++
 .../mysql/command/MySQLCommandExecuteEngine.java   |  7 ++++---
 .../command/PostgreSQLCommandExecuteEngine.java    | 12 ++++++-----
 .../PostgreSQLCommandExecuteEngineTest.java        | 24 ++++++++++++++++++----
 .../frontend/command/CommandExecuteEngine.java     |  3 ++-
 6 files changed, 38 insertions(+), 16 deletions(-)