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 2023/04/21 07:02:12 UTC

[shardingsphere] branch master updated (b0bd0a2f268 -> d065b8c894c)

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 b0bd0a2f268 Clean up CDC code and refactor StartCDCClientParameter (#25254)
     add d065b8c894c Fixes #25048, support prepared statement with parameters. (#25258)

No new revisions were added by this update.

Summary of changes:
 .../handler/ProxyBackendHandlerFactory.java        |  2 +-
 .../admin/DatabaseAdminBackendHandlerFactory.java  |  8 +++--
 .../executor/AbstractDatabaseMetaDataExecutor.java | 27 +++++++++------
 .../executor/DatabaseAdminExecutorCreator.java     |  4 ++-
 .../DefaultDatabaseMetaDataExecutorTest.java       | 20 +++++++++--
 .../handler/admin/MySQLAdminExecutorCreator.java   |  5 +--
 .../MySQLInformationSchemaExecutorFactory.java     |  8 +++--
 .../SelectInformationSchemataExecutor.java         | 19 +++++-----
 .../executor/MySQLAdminExecutorCreatorTest.java    | 40 +++++++++++-----------
 .../SelectInformationSchemataExecutorTest.java     |  8 ++---
 .../admin/OpenGaussAdminExecutorCreator.java       |  5 +--
 .../admin/OpenGaussAdminExecutorCreatorTest.java   |  6 ++--
 .../admin/OpenGaussAdminExecutorFactoryTest.java   |  7 ++--
 .../admin/PostgreSQLAdminExecutorCreator.java      |  8 ++---
 .../admin/executor/SelectDatabaseExecutor.java     | 12 +++----
 .../admin/executor/SelectTableExecutor.java        |  6 ++--
 .../admin/PostgreSQLAdminExecutorCreatorTest.java  | 17 ++++-----
 .../admin/executor/SelectDatabaseExecutorTest.java |  8 ++---
 .../admin/executor/SelectTableExecutorTest.java    |  2 +-
 19 files changed, 121 insertions(+), 91 deletions(-)