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

[shardingsphere] branch master updated (559a4da1398 -> 5c247ec2838)

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

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


    from 559a4da1398 [ISSUE #21573] Update datatype specifier in the input parameter to match the imeplementation in the guava library (#21674)
     add 5c247ec2838 Support heterogeneous datasource for sql translator (#21726)

No new revisions were added by this update.

Summary of changes:
 .../shardingsphere/infra/rewrite/SQLRewriteEntry.java  |  6 +++---
 .../infra/rewrite/engine/GenericSQLRewriteEngine.java  |  6 ++++--
 .../infra/rewrite/engine/RouteSQLRewriteEngine.java    |  3 ++-
 .../infra/rewrite/SQLRewriteEntryTest.java             | 10 +++++++++-
 .../rewrite/engine/GenericSQLRewriteEngineTest.java    |  2 +-
 .../rewrite/engine/RouteSQLRewriteEngineTest.java      | 18 ++++++++++++------
 .../text/query/MySQLComQueryPacketExecutorTest.java    |  7 ++++---
 .../text/query/MySQLMultiStatementsHandlerTest.java    |  5 +++--
 .../bind/OpenGaussComBatchBindExecutorTest.java        |  8 ++++++--
 .../describe/PostgreSQLComDescribeExecutor.java        |  2 +-
 ...AggregatedBatchedStatementsCommandExecutorTest.java |  6 +++++-
 .../PostgreSQLBatchedStatementsExecutorTest.java       |  6 +++++-
 .../describe/PostgreSQLComDescribeExecutorTest.java    |  6 ++++--
 .../engine/AbstractSQLRewriterParameterizedTest.java   | 13 ++++++++++++-
 14 files changed, 71 insertions(+), 27 deletions(-)