search : justin treher

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

displaying top 100 results

Comment on Union and diff of arrays by Justin Treher
4117976 CF-4201651 Language : Functions Justin Treher Regression on existing bug for queries https://tracker.adobe.com/#/view/CF-3925839 This bug is back. Please fix.
2608150 CF-4181256 Performance Justin Treher ArrayEach has dramatic performance difference between CF10 and CF11+ Problem Description: ArrayEach in CF11 is vastly different in performance to ArrayEach in CF10. Steps to Reproduce: // test the performance of iterating through an array // Array
2608883 CF-3971110 CFForm Justin Treher Stop cfform server side validation when not using cfform/cfinput. Problem Description: Legacy issue with server side form validation still happening with form fields named in such a way that will trigger validation. This typically catches people
2608888 CF-3970987 CFForm Justin Treher Stop cfform server side validation when not using cfform/cfinput. Duplicate ID: CF-3971110 Problem Description: Legacy issue with server side form validation still happening with form fields named in such a way that will trigger validation. This typically
3197903 CF-4198864 Database : CFQuery Justin Treher Cached queries ignore Query.Sort() Problem Description: If a query has the cachedWithin attribute, it does not appear to sort using the sort member method with a callback. Steps to Reproduce: SELECT * FROM colours SELECT * FROM colours
2609731 CF-3790842 Core Runtime Justin Treher Implicit Array passed as named parameter to function in block ignores functions Problem Description: When you call a method passing an implicit array as a named parameter to a function inside of a conditional block (I haven't tested others