search : loops

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Add parallelism to xEach() functions and loops
New order attribute for query loops
Bug 78870:Ability to var scope on for loops or collection loops inline
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Bug 78870:Ability to var scope on for loops or collection loops inline by External U.
Comment on Add parallelism to xEach() functions and loops by John W.
Bug 83389:(Watson Migration Closure)CFML should have for-in loops for all loopable constructs
Comment on Add parallelism to xEach() functions and loops by Bradley W.
WeakHashMap in coldfusion.runtime.java.ReflectionCache.java in cfusion.jar is not thread safe and can cause infinite loops
Comment on Bug 83389:(Watson Migration Closure)CFML should have for-in loops for all loopable constructs by External U.
Comment on Bug 83389:(Watson Migration Closure)CFML should have for-in loops for all loopable constructs by External U.
Comment on Bug 83389:(Watson Migration Closure)CFML should have for-in loops for all loopable constructs by External U.
Comment on WeakHashMap in coldfusion.runtime.java.ReflectionCache.java in cfusion.jar is not thread safe and can cause infinite loops by Nimit S.
Comment on WeakHashMap in coldfusion.runtime.java.ReflectionCache.java in cfusion.jar is not thread safe and can cause infinite loops by External U.
Bug 86444:[MEsher] We have an application that queries for 1 million + rows, then loops over those rows with cfloop query="records" and performs operations
Comment on Fancy Landing Page with VueJS by loopy loop
2598061 CF-3041787 External U. 3) loop="myLoop" should be: 3) loop="myLoop" and loop="myLoop" (I'd forgotten about cfcontinue, which was added in the release prior to me filing this ticket)
2598061 CF-3041787 External U. The migration mangled the code. Re-posting.. ----------- ----------- This does the following: 1) Creates these variables: - outerLoop.CurrentRow - outerLoop.RecordCount - innerLoop1.CurrentRow - innerLoop1
2609875 CF-3754577 External U. There's a good case for keeping an iteration counter on internal loops as well as the outer loop. Indeed the main currentRow counter is pretty useless when doing a grouped loop.
Comment on Implementation omission in for(element in list) loop by External U.
Comment on [ANeff] Bug for: Outer query loop mangles inner grouped query loop by External U.
Comment on Array for-in loop is broken for sparse arrays by External U.
2609874 CF-3754578 External U. Hi Milan, Thanks very much for clarifying. Additionally, there is ER CF-3041787 for additional enhancements to . 1) loop-specific CurrentRow and RecordCount 2) ability to break out of the outermost loop from within any descendant loop (instead of having to break out
2609875 CF-3754577 External U. Hi Rupesh and Adam, I just had a couple questions first (basically for Rupesh): 1) What would be the for() syntax for grouped query loop? 2) Would the for() syntax for grouped query loop support the enhancements in #CF-3041787? #CF-3041787 is specifically for _child
2598061 CF-3041787 External U. This ER is for 3 enhancements to _child_ _query_ loops: 1) SELECT * FROM art WHERE artID #q.CurrentRow# of #q.RecordCount# #myLoop.CurrentRow# of #myLoop.RecordCount# breaks out of the "myLoop" loop and causes execution to continue
2609875 CF-3754577 External U. Hi Rupesh, Regarding: "We don't need these loop constructs if we already have 'for', 'for-in' and 'while'." What about grouped query looping as it isn't supported via for/for-in/while? Also, it'd be nice to have child-loop-specific CurrentRow & RecordCount (via
[ANeff] Bug for: Outer query loop mangles inner grouped query loop
2613177 CF-3341256 Language Nathan Strutz CFLOOP needs an implicit index When I am looping over something, such as a file, with cfloop, I often need a loop index. This either forces me to create a manual index, adding +1 on each iteration, or I have to change the type of loop to a for loop
Bug 73887:(Watson Migration Closure)CFOUTPUT - Add Array and Collection Looping
1723008 CF-4164408 External U. CF-3041787 also permits scoping of dynamic query loops: #myLoop.myCol# Thanks!, -Aaron
Comment on attributecollection broken for all tags inside a loop by External U.
2609875 CF-3754577 External U. Hi Himavanth, 1) Regarding "Grouped looping in 'for' is a good usecase": Awesome, thanks! 2) Regarding "Why would you need loop-specific CurrentRow and RecordCount?": To display loop-specific row counter and total rows. As Adam mentioned, the queryName prefix does
2609875 CF-3754577 External U. I vote for removing cfloop from cfscript and adding support in the "for" loops for the file loops (and whatever else cfloop has that "for" doesn't)
Comment on [ANeff] Bug for: Outer query loop mangles inner grouped query loop by External U.
Comment on [ANeff] Bug for: Outer query loop mangles inner grouped query loop by External U.
Comment on [ANeff] Bug for: Outer query loop mangles inner grouped query loop by Aaron N.
Comment on Bug 80348:(Watson Migration Closure)Summary: CFBREAK and CFCONTINUE to would in a CFOUTPUT loop and should work in a loop by External U.
6259329 CF-4205250 Dave D. Unzip and place nested-query-loop directory in root and navigate to /nested-query-loop/index.cfm
6472567 CF-4205912 Michael D. Further testing reveals that isNull() does not work correctly when looping over query results with a for loop: for (row in person) { isNull(person.title); }
[ANeff] ER for: cfloop fromDate and toDate attributes for date range loop
Comment on For-in Doesn't Loop Over Cached Query by CFwatson U.
Comment on Array for-in loop is broken for sparse arrays by External U.
Comment on Array for-in loop is broken for sparse arrays by Immanuel N.
Comment on Implementation omission in for(element in list) loop by External U.
Comment on Implementation omission in for(element in list) loop by External U.
Comment on Implementation omission in for(element in list) loop by External U.
Comment on for loop var not available in struct literal for arrayAppend if not wrapped in { } by S P.
Comment on for loop var not available in struct literal for arrayAppend if not wrapped in { } by External U.
Comment on Inconsistent loop results using a fractional step such as a timespan by Aaron N.
2609261 CF-3863533 External U. *Anything* to do with looping that cfoutput() or does should be deprecated in favour of a properly named looping construct (like , for(), etc). Having doing looping was always very poor language design (not Adobe's fault, I know).
2609875 CF-3754577 Himavanth R. Aaron, Grouped looping in 'for' is a good usecase (though we need to find out the feasibility about this) Why would you need loop-specific CurrentRow and RecordCount? Wouldn't those variants with the queryName prefix suffice? And the 'break to a specific loop' sounds
Comment on Array for-in loop is broken for sparse arrays by Aaron N.
Looping over a query resultset in CFscript using for-in loop produces different result than traditional loop
For-in Doesn't Loop Over Cached Query
Bug 80353:This code doesn't cycle in the debugger in other words if the struct has 3 maybe 4 keys one would expect to run the loop that many times, instead the loop is only ever run the once
Bug 80348:(Watson Migration Closure)Summary: CFBREAK and CFCONTINUE to would in a CFOUTPUT loop and should work in a loop
attributecollection broken for all tags inside a loop
Bug 80153:[JFERNANDES] CFThread within a loop inside cffunction breaks local scope
Comment on Looping over a query resultset in CFscript using for-in loop produces different result than traditional loop by External U.
2598061 CF-3041787 External U. For dynamic query loops, the 1st line of my example could be: This would permit the scoping of a loop's dynamic queries. Example: If getData() returns a query containing a "foo" column, then this would permit scoping of that query column as: "outerLoop.foo".
Script based function doesn't format when "var i" is present in the loop declaration
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by John M.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by Giancarlo G.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by Nikhil S.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by Karel V.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by Dave Q.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by Derek R.
Comment on Reload/Redirect Loop caused by HTTP2, IIS10 and Safari. by Kai K.
Comment on Websocket Proxy in infinite loop by Vamseekrishna N.
Comment on For-in Doesn't Loop Over Cached Query by External U.
Comment on For-in Doesn't Loop Over Cached Query by Immanuel N.
Comment on For-in Doesn't Loop Over Cached Query by CFwatson U.
Comment on For-in Doesn't Loop Over Cached Query by External U.
Comment on [ANeff] Bug for: attributecollection broken for all tags inside a loop (silent corruption) by Awdhesh K.
2608765 CF-4010308 Milan C. For-in loop has been little restructured to avoid multiple calls. Now only a single call will be made.
Comment on Array for-in loop is broken for sparse arrays by External U.
Comment on Error when trying to loop (cfloop) over an empty array that is created implicitly and passed to (as an argument) - returned from a function. by External U.
Comment on Implementation omission in for(element in list) loop by External U.
Comment on Implementation omission in for(element in list) loop by External U.
Comment on Nested cfloops with less records than outer loop cause “array index out of range” error by Piyush K.
Comment on Nested cfloops with less records than outer loop cause “array index out of range” error by External U.
Comment on Nested cfloops with less records than outer loop cause “array index out of range” error by External U.
Comment on for loop var not available in struct literal for arrayAppend if not wrapped in { } by S P.