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/26 02:41:11 UTC

[shardingsphere] branch master updated (b72ee63 -> ee874f1)

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 b72ee63  fix encrypt rewrite wrong result with table level queryWithCipherColumn (#13803)
     add ee874f1  Revert "support set autocommit (#13794)" (#13806)

No new revisions were added by this update.

Summary of changes:
 .../jdbc/connection/BackendConnection.java         |  2 -
 .../transaction/BackendTransactionManager.java     |  4 +-
 .../transaction/TransactionAutoCommitHandler.java  | 47 ----------------------
 .../TransactionBackendHandlerFactory.java          |  7 +++-
 .../jdbc/connection/BackendConnectionTest.java     |  4 +-
 .../transaction/BackendTransactionManagerTest.java |  4 +-
 .../TextProtocolBackendHandlerFactoryTest.java     | 21 +++++++---
 .../frontend/command/CommandExecutorTask.java      |  9 +++--
 .../frontend/command/CommandExecutorTaskTest.java  | 12 +++++-
 9 files changed, 41 insertions(+), 69 deletions(-)
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/transaction/TransactionAutoCommitHandler.java