You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ji...@apache.org on 2023/02/16 15:51:19 UTC

[shardingsphere] branch master updated (f57d4122e67 -> c0180a7e33c)

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

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


    from f57d4122e67 Remove OpenGaussAuthenticationHandler (#24199)
     add c0180a7e33c Correct meta data in comments. (#24204)

No new revisions were added by this update.

Summary of changes:
 .../metadata/database/schema/model/ShardingSphereSchema.java      | 8 ++++----
 .../infra/yaml/schema/pojo/YamlShardingSphereColumn.java          | 2 +-
 .../infra/yaml/schema/pojo/YamlShardingSphereConstraint.java      | 2 +-
 .../infra/yaml/schema/pojo/YamlShardingSphereSchema.java          | 2 +-
 .../infra/yaml/schema/pojo/YamlShardingSphereTable.java           | 2 +-
 .../infra/yaml/schema/pojo/YamlShardingSphereView.java            | 2 +-
 .../org/apache/shardingsphere/mode/manager/ContextManager.java    | 2 +-
 .../handler/admin/executor/AbstractDatabaseMetaDataExecutor.java  | 2 +-
 .../handler/admin/postgresql/executor/SelectDatabaseExecutor.java | 2 +-
 .../handler/admin/postgresql/executor/SelectTableExecutor.java    | 2 +-
 .../handler/distsql/ral/queryable/ShowTableMetaDataExecutor.java  | 2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)