You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2021/04/13 14:58:35 UTC

[shardingsphere] branch master updated (886f649 -> 18ea196)

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

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


    from 886f649  Add and fix storage handler tests. (#10075)
     add 18ea196  Move ErrPacketFactory to err package (#10080)

No new revisions were added by this update.

Summary of changes:
 .../codec/PostgreSQLPacketCodecEngine.java         |  6 +-
 .../query/PostgreSQLRowDescriptionPacket.java      |  2 -
 .../mysql/command/MySQLCommandExecuteEngine.java   |  2 +-
 .../mysql/{ => err}/MySQLErrPacketFactory.java     |  2 +-
 .../mysql/{ => err}/MySQLErrPacketFactoryTest.java |  2 +-
 .../postgresql/PostgreSQLErrPacketFactory.java     | 59 -------------------
 .../postgresql/err/PostgreSQLErrPacketFactory.java | 68 ++++++++++++++++++++++
 .../{ => err}/PostgreSQLErrPacketFactoryTest.java  |  2 +-
 8 files changed, 75 insertions(+), 68 deletions(-)
 rename shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/{ => err}/MySQLErrPacketFactory.java (99%)
 rename shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-mysql/src/test/java/org/apache/shardingsphere/proxy/frontend/mysql/{ => err}/MySQLErrPacketFactoryTest.java (99%)
 delete mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/PostgreSQLErrPacketFactory.java
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/err/PostgreSQLErrPacketFactory.java
 rename shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/{ => err}/PostgreSQLErrPacketFactoryTest.java (98%)