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 853fa8fa770 Support create index ALGORITHM and LOCK options parse 
(#25939)
     add 8270ad38865 support pg bit and bool type parsed from/to java&jdbc 
(#25942)

No new revisions were added by this update.

Summary of changes:
 .../command/query/PostgreSQLColumnDescription.java |  2 +-
 .../query/extended/PostgreSQLColumnType.java       | 39 ++++++++++++++++++++++
 .../extended/bind/PostgreSQLComBindPacket.java     |  3 ++
 ...tJsonUtils.java => PostgreSQLTextBitUtils.java} | 29 ++++++++++------
 .../bind/protocol/PostgreSQLTextBoolUtils.java     | 18 +++++-----
 .../query/PostgreSQLColumnDescriptionTest.java     | 12 +++++++
 .../query/extended/PostgreSQLColumnTypeTest.java   | 12 +++++++
 ...lsTest.java => PostgreSQLTextBitUtilsTest.java} | 15 ++++++---
 .../PostgreSQLTextBoolUtilsTest.java}              | 10 +++---
 .../proxy/backend/connector/DatabaseConnector.java |  2 +-
 .../backend/response/data/QueryResponseCell.java   | 20 +++++++++--
 .../postgresql/command/query/extended/Portal.java  | 16 +++++++--
 .../describe/PostgreSQLComDescribeExecutor.java    |  2 +-
 13 files changed, 145 insertions(+), 35 deletions(-)
 copy 
db-protocol/postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/bind/protocol/{PostgreSQLTextJsonUtils.java
 => PostgreSQLTextBitUtils.java} (67%)
 copy 
kernel/data-pipeline/cdc/client/src/main/java/org/apache/shardingsphere/data/pipeline/cdc/client/util/RequestIdUtils.java
 => 
db-protocol/postgresql/src/main/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/bind/protocol/PostgreSQLTextBoolUtils.java
 (65%)
 copy 
db-protocol/postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/bind/protocol/{PostgreSQLTextJsonUtilsTest.java
 => PostgreSQLTextBitUtilsTest.java} (75%)
 copy 
db-protocol/postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/extended/bind/{PostgreSQLTypeUnspecifiedSQLParameterTest.java
 => protocol/PostgreSQLTextBoolUtilsTest.java} (79%)

Reply via email to