github.com/jackc/pgtype.DateArray.DecodeText (method)

4 uses

	github.com/jackc/pgtype (current package)
		date_array.go#L310: func (dst *DateArray) DecodeText(ci *ConnInfo, src []byte) error {
		date_array.go#L492: 		return dst.DecodeText(nil, nil)
		date_array.go#L497: 		return dst.DecodeText(nil, []byte(src))
		date_array.go#L501: 		return dst.DecodeText(nil, srcCopy)