Change ArrayHeader.ElementOID to uint32
This commit is contained in:
@@ -155,7 +155,7 @@ func (p *encodePlanArrayCodecBinary) Encode(value interface{}, buf []byte) (newB
|
||||
|
||||
arrayHeader := ArrayHeader{
|
||||
Dimensions: dimensions,
|
||||
ElementOID: int32(p.ac.ElementOID),
|
||||
ElementOID: p.ac.ElementOID,
|
||||
}
|
||||
|
||||
containsNullIndex := len(buf) + 4
|
||||
|
||||
Reference in New Issue
Block a user