BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Queryparam list=true is unsupported

Description

Support was added for list query parameters in https://ortussolutions.atlassian.net/browse/BL-883, but it seems <cfqueryparam value=foo list=true /> or <bx:queryparam... /> syntax was not included.

For example, this query:

<cfquery name="result"> SELECT * FROM developers WHERE id IN (<cfqueryparam value="77,1,42" list="true">) </cfquery>

throws:
The parameter position '2' is out of range. The number of parameters for this prepared statement is '1'

Activity

Show:

Michael Born @ Ortus December 28, 2024 at 12:39 PM

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

Fix versions

Priority

Sentry

Created December 28, 2024 at 12:19 PM
Updated December 28, 2024 at 8:05 PM
Resolved December 28, 2024 at 12:39 PM

Flag notifications