Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Patrick Heppler / Patrick Heppler (pheppler)
Created: 02/29/2012
Components: Language
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Public Beta /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Would be a nice feature to run cfml straight from a query result.
For example a database table called content contains a field whith cfml code stored as string, so you could do this:
<cfquery name="qContent">
SELECT bodytext FROM content
</cfquery>
<cfloop query="qContent">
<cfset runCFML(qContent.bodytext)>
</cfloop>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3126957
External Customer Info:
External Company:
External Customer Name: pheppler
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: