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 5260953 Refactor privilege handler interface (#10073)
add 3e6e98d Split PostgreSQLCommandPacketType to
PostgreSQLMessagePacketType and PostgreSQLCommandPacketType (#10074)
No new revisions were added by this update.
Summary of changes:
.../codec/PostgreSQLPacketCodecEngine.java | 2 +-
.../packet/command/PostgreSQLCommandPacket.java | 2 +-
.../command/PostgreSQLCommandPacketType.java | 63 +---------------------
.../query/PostgreSQLRowDescriptionPacket.java | 6 +--
.../bind/PostgreSQLBinaryResultSetRowPacket.java | 6 +--
.../binary/bind/PostgreSQLBindCompletePacket.java | 6 +--
.../parse/PostgreSQLParseCompletePacket.java | 6 +--
.../query/text/PostgreSQLDataRowPacket.java | 6 +--
.../generic/PostgreSQLCommandCompletePacket.java | 6 +--
.../generic/PostgreSQLErrorResponsePacket.java | 6 +--
.../generic/PostgreSQLReadyForQueryPacket.java | 6 +--
.../PostgreSQLAuthenticationMD5PasswordPacket.java | 6 +--
.../PostgreSQLAuthenticationOKPacket.java | 6 +--
.../handshake/PostgreSQLParameterStatusPacket.java | 6 +--
.../handshake/PostgreSQLPasswordMessagePacket.java | 6 +--
.../PostgreSQLIdentifierPacket.java | 4 +-
.../packet/identifier/PostgreSQLIdentifierTag.java | 14 +++--
.../PostgreSQLMessagePacketType.java} | 33 +++---------
.../codec/PostgreSQLPacketCodecEngineTest.java | 8 +--
.../PostgreSQLCommandPacketFactoryTest.java | 6 ---
.../PostgreSQLCommandPacketTypeLoaderTest.java | 4 +-
.../command/PostgreSQLCommandPacketTypeTest.java | 5 +-
.../PostgreSQLUnsupportedCommandPacketTest.java | 8 +--
.../query/PostgreSQLRowDescriptionPacketTest.java | 4 +-
.../PostgreSQLBinaryResultSetRowPacketTest.java | 4 +-
.../bind/PostgreSQLBindCompletePacketTest.java | 4 +-
...tgreSQLAuthenticationMD5PasswordPacketTest.java | 4 +-
.../PostgreSQLAuthenticationOKPacketTest.java | 4 +-
.../PostgreSQLCommandCompletePacketTest.java | 6 +--
.../PostgreSQLParameterStatusPacketTest.java | 4 +-
.../PostgreSQLPasswordMessagePacketTest.java | 4 +-
.../generic/PostgreSQLReadyForQueryPacketTest.java | 4 +-
32 files changed, 88 insertions(+), 171 deletions(-)
rename
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/{
=> identifier}/PostgreSQLIdentifierPacket.java (86%)
copy
shardingsphere-sql-parser/shardingsphere-sql-parser-spi/src/main/java/org/apache/shardingsphere/sql/parser/api/parser/SQLParser.java
=>
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/identifier/PostgreSQLIdentifierTag.java
(77%)
copy
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/{command/PostgreSQLCommandPacketType.java
=> identifier/PostgreSQLMessagePacketType.java} (78%)