search : ashudeep s.

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

displaying top 100 results

Comment on CFUPDATE requires DATASOURCE parameter by Ashudeep S.
Comment on Query Caching with cachedwithin = 0 by Ashudeep S.
Comment on Support "arrow functions" syntax for closures by Ashudeep S.
Comment on [ANeff] Bug for: nested struct reference returns undefined/null from closure by Ashudeep S.
Comment on [ANeff] ER for: QueryNew() columnList from rowData shortcut by Ashudeep S.
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.
Comment on duplicate member functions missing from boolean and numeric types 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.
Comment on regression: javax.persistence.TransactionRequiredException when doing native createQuery() calls 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.
Comment on regression: javax.persistence.TransactionRequiredException when doing native createQuery() calls by Ashudeep S.
Comment on Database Names no longer escaped during ORM table create/update by Ashudeep S.
Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Ashudeep S.
Comment on sort higher order functions should return the sorted object, not simply "YES" by Ashudeep S.
Comment on Compiler sometimes fails to compile the java classes for function expressions (or closures) by Ashudeep 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.
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