Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael Born @ OrtusMichael Born @ OrtusReporter
Brad WoodBrad WoodLabels
Fix versions
Priority
Major
Details
Details
Assignee
Michael Born @ Ortus
Michael Born @ OrtusReporter
Brad Wood
Brad WoodLabels
Fix versions
Priority
Sentry
Sentry
Sentry
Created December 20, 2024 at 9:32 PM
Updated December 28, 2024 at 5:54 PM
Resolved December 28, 2024 at 5:54 PM
https://docs.lucee.org/reference/tags/query.html#attribute-params
Example:
query name="local.qry" dbtype="query" params={paramValue:{type:'cf_sql_integer',value:'1'}} { echo(" select :paramValue as Number, 'a' as Letter from testQuery "); }
Do not allow a queryparam tag to be called if params have been provided to the query. An error should be thrown that the approaches are mutually exclusive.