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

2 uses

	github.com/jackc/pgtype (current package)
		date_array.go#L388: func (src DateArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		date_array.go#L509: 	buf, err := src.EncodeText(nil, nil)