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 de39dae Add test case for AuthorityChecker (#11258)
add 89b2506 Revert handling for unregister of
PostgreSQLBinaryStatementRegistry (#11278)
No new revisions were added by this update.
Summary of changes:
.../query/binary/MySQLBinaryStatementRegistry.java | 8 +++---
.../binary/execute/MySQLComStmtExecutePacket.java | 2 +-
.../binary/MySQLBinaryStatementRegistryTest.java | 6 ++---
.../binary/PostgreSQLBinaryStatementRegistry.java | 30 ++++++++++++++++------
.../query/binary/bind/PostgreSQLComBindPacket.java | 2 +-
.../PostgreSQLCommandPacketFactoryTest.java | 1 +
.../PostgreSQLBinaryStatementRegistryTest.java | 9 ++++---
.../binary/bind/PostgreSQLComBindPacketTest.java | 1 +
.../postgresql/PostgreSQLFrontendEngine.java | 2 ++
.../PostgreSQLAuthenticationEngine.java | 5 +++-
.../command/PostgreSQLCommandExecutorFactory.java | 2 +-
.../binary/bind/PostgreSQLComBindExecutor.java | 2 +-
.../binary/parse/PostgreSQLComParseExecutor.java | 3 +--
.../PostgreSQLCommandExecutorFactoryTest.java | 1 +
.../parse/PostgreSQLComParseExecutorTest.java | 18 ++++++++-----
15 files changed, 60 insertions(+), 32 deletions(-)