sunng87 / pgwire

PostgreSQL wire protocol implemented as a rust library.
Apache License 2.0
511 stars 36 forks source link

fix: array type text serialization #194

Closed sunng87 closed 3 weeks ago

sunng87 commented 3 weeks ago

We need to serialize array element with its item type instead of array type itself.