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 2021/04/21 09:01:57 UTC

[shardingsphere] branch master updated (67d8267 -> c56f039)

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 67d8267  Add CREATE SHARDING BROADCAST TABLE RULES (#10139)
     add c56f039  Refactor PostgreSQLErrorResponsePacket (#10144)

No new revisions were added by this update.

Summary of changes:
 .../codec/PostgreSQLPacketCodecEngine.java         |   5 +-
 .../postgresql/constant/PostgreSQLErrorCode.java   |   4 +-
 .../generic/PostgreSQLErrorResponsePacket.java     | 250 ++++++++++++++++++++-
 .../generic/PostgreSQLErrorResponsePacketTest.java |  42 +++-
 .../PostgreSQLAuthenticationEngine.java            |   6 +-
 .../PostgreSQLUnsupportedCommandExecutor.java      |   6 +-
 .../postgresql/err/PostgreSQLErrPacketFactory.java |  24 +-
 7 files changed, 298 insertions(+), 39 deletions(-)