You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2021/10/09 15:52:54 UTC

[shardingsphere] branch master updated (fb21693 -> 16bfa79)

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

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


    from fb21693  Add default sharding column example (#12966)
     add 16bfa79  Add InvocationRecorder (#12970)

No new revisions were added by this update.

Summary of changes:
 .../prepare/AbstractExecutionPrepareEngine.java    |  2 +-
 .../jdbc/adapter/AbstractStatementAdapter.java     | 14 ++--
 .../driver/jdbc/adapter/WrapperAdapter.java        | 31 ++-------
 ...MethodInvocation.java => MethodInvocation.java} |  9 ++-
 ...vocation.java => MethodInvocationRecorder.java} | 36 +++++-----
 .../core/connection/ShardingSphereConnection.java  | 10 +--
 .../statement/ShardingSpherePreparedStatement.java |  4 +-
 .../core/statement/ShardingSphereStatement.java    |  4 +-
 .../circuit/resultset/CircuitBreakerResultSet.java |  3 +-
 .../driver/jdbc/adapter/WrapperAdapterTest.java    | 76 ++--------------------
 .../invocation/JdbcMethodInvocationTest.java       | 48 --------------
 .../invocation/MethodInvocationRecorderTest.java   | 22 +++----
 .../adapter/invocation/MethodInvocationTest.java   | 10 ++-
 13 files changed, 71 insertions(+), 198 deletions(-)
 copy shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/adapter/invocation/{JdbcMethodInvocation.java => MethodInvocation.java} (90%)
 rename shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/adapter/invocation/{JdbcMethodInvocation.java => MethodInvocationRecorder.java} (55%)
 delete mode 100644 shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/adapter/invocation/JdbcMethodInvocationTest.java
 copy shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/test/java/org/apache/shardingsphere/encrypt/rewrite/impl/EncryptEqualConditionTest.java => shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/adapter/invocation/MethodInvocationRecorderTest.java (57%)
 copy shardingsphere-kernel/shardingsphere-transaction/shardingsphere-transaction-core/src/test/java/org/apache/shardingsphere/transaction/core/ResourceIDGeneratorTest.java => shardingsphere-jdbc/shardingsphere-jdbc-core/src/test/java/org/apache/shardingsphere/driver/jdbc/adapter/invocation/MethodInvocationTest.java (75%)