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 8622d19 Add AlterRDLStatement (#10772)
add 474c48f Fix columns' format may be incorrect in PostgreSQL DataRow
(#10774)
No new revisions were added by this update.
Summary of changes:
.../constant/PostgreSQLColumnFormat.java | 29 ++++++---
.../bind/PostgreSQLBinaryResultSetRowPacket.java | 57 -----------------
.../query/binary/bind/PostgreSQLComBindPacket.java | 29 ++++++---
.../query/text/PostgreSQLDataRowPacket.java | 40 ++++++++----
.../PostgreSQLBinaryResultSetRowPacketTest.java | 72 ----------------------
.../binary/bind/PostgreSQLComBindPacketTest.java | 6 +-
.../binary/bind/PostgreSQLComBindExecutor.java | 24 +++++---
.../binary/bind/PostgreSQLComBindExecutorTest.java | 15 +++--
8 files changed, 97 insertions(+), 175 deletions(-)
copy
shardingsphere-governance/shardingsphere-governance-repository/shardingsphere-governance-repository-api/src/main/java/org/apache/shardingsphere/governance/repository/api/listener/DataChangedEvent.java
=>
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/constant/PostgreSQLColumnFormat.java
(60%)
delete mode 100644
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/PostgreSQLBinaryResultSetRowPacket.java
delete mode 100644
shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/PostgreSQLBinaryResultSetRowPacketTest.java