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

Lucee allows params to be passed to cfquery tag via `params` attribute

Description

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.

Activity

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

Details

Assignee

Reporter

Labels

Fix versions

Priority

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

Flag notifications