Closed ubombi closed 2 years ago
Enable binary format for tuple data.
Byte1('b') Identifies the data as binary formatted value.
Haven't seen any specific tests for TupleData. So kept PR small. Works well with .DecodeBinary from pgtype.
.DecodeBinary
Enable binary format for tuple data.
Haven't seen any specific tests for TupleData. So kept PR small. Works well with
.DecodeBinary
from pgtype.