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

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


    from f61fa6e  fix testcases overrided with the same filename.xml (#15723)
     add eb030e8  Set charset extended protocol supported in proxy (#15753)

No new revisions were added by this update.

Summary of changes:
 .../protocol/mysql/constant/MySQLCharacterSet.java | 590 ++++++++++-----------
 .../constant/PostgreSQLCharacterSet.java           |  84 ---
 .../update/ClientEncodingResponseHeader.java       |  24 +-
 .../text/TextProtocolBackendHandlerFactory.java    |   5 -
 .../admin/DatabaseAdminBackendHandlerFactory.java  |  11 +-
 .../admin/executor/DatabaseSetCharsetExecutor.java |  12 +-
 .../admin/mysql/MySQLAdminExecutorFactory.java     |  11 +
 .../mysql/executor/MySQLSetCharsetExecutor.java}   |  52 +-
 .../postgresql/PostgreSQLAdminExecutorFactory.java |  16 +
 .../executor/PostgreSQLSetCharsetExecutor.java     |  67 +++
 .../DatabaseSetCharsetBackendHandler.java}         |  24 +-
 .../text/query/MySQLComQueryPacketExecutor.java    |  18 +-
 .../command/query/extended/JDBCPortal.java         |  28 +-
 .../query/simple/PostgreSQLComQueryExecutor.java   |  15 +-
 14 files changed, 482 insertions(+), 475 deletions(-)
 delete mode 100644 
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLCharacterSet.java
 copy 
shardingsphere-infra/shardingsphere-infra-common/src/main/java/org/apache/shardingsphere/infra/rule/ShardingSphereRule.java
 => 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/executor/DatabaseSetCharsetExecutor.java
 (75%)
 rename 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/{encoding/SetClientEncodingBackendHandler.java
 => admin/mysql/executor/MySQLSetCharsetExecutor.java} (50%)
 create mode 100644 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/admin/postgresql/executor/PostgreSQLSetCharsetExecutor.java
 copy 
shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/{admin/DatabaseAdminUpdateBackendHandler.java
 => encoding/DatabaseSetCharsetBackendHandler.java} (66%)

Reply via email to