Open jon-chuang opened 1 year ago
Loading binary for array here: https://github.com/psycopg/psycopg/blob/0d2ea7648336712988206ac1dac28f01be775413/psycopg/psycopg/types/array.py#L434
https://github.com/risingwavelabs/risingwave/issues/3676#issuecomment-1254826683
@ZENOTME Do we have plan to support them?
It's not easy to support multiple demision list so there is no work for that now.
We can try to implement a single dimension list first. BTW, rust-postgres seems also only support to single dimension list.
We should avoid its panic first 😄
single dimension list.
Let's support the single-dim array first. I think it's doable. At least we can eliminate the majority of error cases.
Describe the bug
pgwire binary response unimplemented for list and struct
To Reproduce
Expected behavior
No panic in frontend.
Additional context
No response