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/06/08 12:03:28 UTC

[shardingsphere] branch master updated (a87367f -> 687a914)

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 a87367f  fix create user password parse error (#10713)
     add 687a914  Check key generator for create & alter sharding table rule (#10718)

No new revisions were added by this update.

Summary of changes:
 .../db/protocol/error/CommonErrorCode.java         |  2 +
 .../converter/ShardingRuleStatementConverter.java  | 74 ++++++----------------
 ...ion.java => InvalidKeyGeneratorsException.java} | 12 ++--
 .../impl/AlterShardingTableRuleBackendHandler.java | 19 ++++++
 .../CreateShardingTableRuleBackendHandler.java     | 16 +++++
 .../frontend/mysql/err/MySQLErrPacketFactory.java  |  4 ++
 6 files changed, 67 insertions(+), 60 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/exception/{InvalidLoadBalancersException.java => InvalidKeyGeneratorsException.java} (80%)