search : daryl banttari

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

displaying top 100 results

2602149 CF-3037175 Database : CFQuery Daryl Banttari Bug 74799:No access to cfquery's Result struct when using new query() Problem: No access to cfquery's Result struct when using new query(). setResult() throws no exception, but no struct appears in the caller's scope after execute() succeeds
2602152 CF-3037172 Database : CFQuery Daryl Banttari Bug 74796:(Watson Migration Closure)Query() Problem: Query().setSQL() does not automatically escape quotes the way does. Not sure if this is really a "bug" per se, but didn't want the behavior to go unlogged. For my two cents, I'd hope people
2602151 CF-3037173 Database : CFQuery Daryl Banttari Bug 74797:(Watson Migration Closure)Please allow chaining of Query() methods: Problem: Please allow chaining of Query() methods: rs = new Query().setDatasource("test").setSQL("select * from stuff").execute(); Sure, it can make for some long
2602167 CF-3037156 Language : CFSCRIPT Daryl Banttari Bug 74767:Please add to cfscript, or a variable attribute to cfinclude Problem: Please add to cfscript, or a variable attribute to cfinclude. For MVC views, a common pattern is to have a cfc method call a cfm view page, and sometimes you