You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/08/25 08:49:57 UTC

[shardingsphere] branch master updated (4a11fb8 -> 398213e)

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

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


    from 4a11fb8  Minor changes for code style (#7055)
     add 398213e  Rename SQLExecuteEngine.generateExecutionContext and JDBCExecutorWrapper.generateExecutionContext (#7057)

No new revisions were added by this update.

Summary of changes:
 .../jdbc/JDBCDatabaseCommunicationEngine.java            |  2 +-
 .../communication/jdbc/execute/SQLExecuteEngine.java     |  6 +++---
 .../jdbc/execute/engine/jdbc/JDBCExecuteEngine.java      |  4 ++--
 .../communication/jdbc/wrapper/JDBCExecutorWrapper.java  |  4 ++--
 .../jdbc/wrapper/PreparedStatementExecutorWrapper.java   | 16 ++++++++--------
 .../jdbc/wrapper/StatementExecutorWrapper.java           |  2 +-
 .../sctl/explain/ShardingCTLExplainBackendHandler.java   |  2 +-
 7 files changed, 18 insertions(+), 18 deletions(-)