displaying top 100 results
Tracker Comment Comment on CF -> Java Lambdas by Ashudeep S.
Comment on CF -> Java Lambdas by Ashudeep S.
Tracker Comment Comment on StructFind broken in CF 2018 by Ashudeep S.
Comment on StructFind broken in CF 2018 by Ashudeep S.
Tracker Comment Comment on [ANeff] ER for: deprecate invoke() by Ashudeep S.
Comment on [ANeff] ER for: deprecate invoke() by Ashudeep S.
Tracker Comment Comment on CFUPDATE requires DATASOURCE parameter by Ashudeep S.
Comment on CFUPDATE requires DATASOURCE parameter by Ashudeep S.
Tracker Comment Comment on Query Caching with cachedwithin = 0 by Ashudeep S.
Comment on Query Caching with cachedwithin = 0 by Ashudeep S.
Comment on Support "arrow functions" syntax for closures by Ashudeep S.
Tracker Comment Comment on [ANeff] Bug for: nested struct reference returns undefined/null from closure by Ashudeep S.
Comment on [ANeff] Bug for: nested struct reference returns undefined/null from closure by Ashudeep S.
Tracker Comment Comment on [ANeff] ER for: QueryNew() columnList from rowData shortcut by Ashudeep S.
Comment on [ANeff] ER for: QueryNew() columnList from rowData shortcut by Ashudeep S.
Tracker Comment Comment on ColdFusion does not allow chaining of methods exposed in Java libraries by Ashudeep S.
Comment on ColdFusion does not allow chaining of methods exposed in Java libraries by Ashudeep S.
Tracker Comment Comment on ColdFusion does not allow chaining of methods exposed in Java libraries by Ashudeep S.
Comment on ColdFusion does not allow chaining of methods exposed in Java libraries by Ashudeep S.
Tracker Comment Comment on duplicate member functions missing from boolean and numeric types by Ashudeep S.
Comment on duplicate member functions missing from boolean and numeric types by Ashudeep S.
Tracker Comment Comment on CFTransaction exceptions thrown when CFTransaction not used by Ashudeep S.
Comment on CFTransaction exceptions thrown when CFTransaction not used by Ashudeep S.
Comment on Nest CFOUTPUT error in hotfix 5 (hf-2018-00005-315699) by Ashudeep S.
Tracker Comment Comment on regression: javax.persistence.TransactionRequiredException when doing native createQuery() calls by Ashudeep S.
Comment on regression: javax.persistence.TransactionRequiredException when doing native createQuery() calls by Ashudeep S.
Tracker Comment Comment on Table names that clash with reserved words no longer escaped properly by Ashudeep S.
Comment on Table names that clash with reserved words no longer escaped properly by Ashudeep S.
Comment on Cannot have argument named "default" in script function by Ashudeep S.
Tracker Comment Comment on regression: javax.persistence.TransactionRequiredException when doing native createQuery() calls by Ashudeep S.
Comment on regression: javax.persistence.TransactionRequiredException when doing native createQuery() calls by Ashudeep S.
Tracker Comment Comment on Database Names no longer escaped during ORM table create/update by Ashudeep S.
Comment on Database Names no longer escaped during ORM table create/update by Ashudeep S.
Tracker Comment Comment on <cfqueryparam cfsqltype="cf_sql_integer" list="true" value=""> is coercing to 0 by Ashudeep S.
Comment on is coercing to 0 by Ashudeep S.
Tracker Comment Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Ashudeep S.
Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Ashudeep S.
Tracker Comment Comment on sort higher order functions should return the sorted object, not simply "YES" by Ashudeep S.
Comment on sort higher order functions should return the sorted object, not simply "YES" by Ashudeep S.
Tracker Comment Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Ashudeep S.
Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Ashudeep S.
Tracker Comment Comment on [ANeff] Bug for: nested struct reference returns undefined/null from closure by Kama S.
4426790 CF-4202734 Kama S. @Ashudeep S. I've just checked and this was only fixed for CF2018 Update 5. It is still broken in CF2016 Update 12.
Portal Topic Closures in ColdFusion Tags
ashudeeps55469743 Closures in ColdFusion Tags A Closure is an inner function that has access to outer function’s variables. Closures were earlier supported only in cfscript , now we have extended the functionality to support Closures in ColdFusion Tags as well. So now one can easily invoke Closures