Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael Born @ OrtusMichael Born @ OrtusReporter
Michael Born @ OrtusMichael Born @ OrtusLabels
Fix versions
Priority
Major
Details
Details
Assignee
Michael Born @ Ortus
Michael Born @ OrtusReporter
Michael Born @ Ortus
Michael Born @ OrtusLabels
Fix versions
Priority
Sentry
Sentry
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
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'