displaying top 100 results
Tracker Issue For-in Doesn't Loop Over Cached Query
2673605 CF-4123732 Language Brian Love For-in Doesn't Loop Over Cached Query Problem Description: The for-in construct for looping over a query that is cached doesn't work.
Steps to Reproduce: Using or QueryExecute() with the cacheregion and cacheid options returns a cached query object. Looping
Tracker Issue Implicit accessor method invoked from extending component when accessor method is explicitly implemented.
3155011 CF-4198821 Language : OOP Brian Love Implicit accessor method invoked from extending component when accessor method is explicitly implemented. Problem Description: Create two components: a.cfc and b.cfc, where b extends a. The parent component (a.cfc) has the attribute accessors