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 2021/05/26 07:54:20 UTC

[shardingsphere] branch master updated (0d99eab -> e527a88)

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 0d99eab  Add SPI register for rdl handler (#10473)
     add e527a88  support postgresql alter table rename statement (#10462)

No new revisions were added by this update.

Summary of changes:
 .../type/single/SingleTablesRoutingEngine.java     |  3 +-
 .../impl/ShardingAlterTableStatementValidator.java | 12 +++-
 .../ShardingAlterTableStatementValidatorTest.java  | 36 ++++++++++-
 .../statement/ddl/AlterTableStatementContext.java  |  3 +
 .../type/AlterTableStatementSchemaRefresher.java   | 27 +++++++-
 .../AlterTableStatementSchemaRefresherTest.java    | 72 ++++++++++++++++++++--
 .../impl/PostgreSQLDDLStatementSQLVisitor.java     |  5 ++
 .../common/statement/ddl/AlterTableStatement.java  | 12 ++++
 8 files changed, 157 insertions(+), 13 deletions(-)