Skip to content

How does it magically use {} or [] for arrays? #939

Answered by boromisp
alexgleason asked this question in Q&A
Discussion options

You must be logged in to vote

https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
https://www.postgresql.org/docs/current/protocol-message-formats.html

If you wait for the ParameterDescription message before issuing Bind, you can use that to decide how to serialize you parameters.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexgleason
Comment options

Answer selected by alexgleason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants