You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/PostgreSQLArrayParameterDecoder.java
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,12 @@ public final class PostgreSQLArrayParameterDecoder {
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/AbstractArrayEncoder.java
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -68,24 +68,24 @@ public void toSingleDimensionBinaryRepresentation(final D[] array, final ByteArr
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/ArrayEncoder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ public interface ArrayEncoder<A> {
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/BooleanArrayEncoder.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ public BooleanArrayEncoder() {
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/ByteaArrayEncoder.java
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/Float4ArrayEncoder.java
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/Float8ArrayEncoder.java
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/Int2ArrayEncoder.java
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/Int4ArrayEncoder.java
Copy file name to clipboardExpand all lines: database/protocol/dialect/postgresql/src/main/java/org/apache/shardingsphere/database/protocol/postgresql/packet/command/query/extended/bind/protocol/util/codec/encoder/Int8ArrayEncoder.java
0 commit comments