Skip to content

Bind parameters not recognized with PostgreSQL array syntax #37750

Discussion options

You must be logged in to vote

As a walkaround - extra whitespace after the square bracket and before the colon character helps:
select :p1, array[ :p2]

So it is something with about the [: sequence. Interesting. =)

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #37736 on April 08, 2025 15:30.