You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/07/01 02:55:07 UTC

[shardingsphere] branch master updated (12f6e4c72ff -> 90e71f6c123)

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

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


    from 12f6e4c72ff fix connectionPostProcessors clear when channel inactive (#18734) (#18750)
     add 90e71f6c123 Pre-judgment database name is null. (#18718)

No new revisions were added by this update.

Summary of changes:
 .../infra/binder/statement/dml/InsertStatementContext.java |  4 ++++
 .../infra/binder/statement/dml/SelectStatementContext.java | 11 +++++++----
 .../infra/exception/NoDatabaseException.java               | 14 +++++++-------
 .../infra/exception/ShardingSphereException.java           |  9 +++++++++
 .../binary/prepare/MySQLComStmtPrepareExecutorTest.java    |  2 +-
 .../extended/bind/OpenGaussComBatchBindExecutorTest.java   |  1 +
 ...eSQLAggregatedBatchedStatementsCommandExecutorTest.java |  1 +
 .../extended/PostgreSQLBatchedStatementsExecutorTest.java  |  1 +
 .../extended/parse/PostgreSQLComParseExecutorTest.java     | 13 ++++++++++++-
 9 files changed, 43 insertions(+), 13 deletions(-)
 copy shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/spi/ReplicaDataSourceStatus.java => shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/exception/NoDatabaseException.java (74%)