displaying top 100 results
Comment on LSParseDateTime returns date shifted by one hour by Jeff M.
Portal Comment Comment on CFFiddle- Code, test, and share your ColdFusion code on the go! by Jeff Caldwell
Jeff Caldwell I'm not sure you answered James' question. He asked when some other authentication method would be available. I asked the same thing back in April on Twitter and received this response from Anit Kumar "We are exploring other authentication options for #cffiddle, and you will hear back
3472876 CF-4199616 Dattanand M. @Jeff closing this bug, as we already have a bug logged for this issue Bug#4198854. The fix for this issue will be available in HF5.
Tracker Comment Comment on syntax coloring on cfscript functions by Dattanand M.
2682478 CFB-4080594 Dattanand M. Hi Jeff,
We tried this 3.0 and 3.1, was unable to repro this.
Is there any specific test case to repro.
Thanks,
Dattanand
Tracker Comment Comment on CFFTP to S-FTP server raises error "Algorithm negotiation fail" by Jeff C.
2608735 CF-4014234 Jeff C. Has this been addressed yet? I'm assuming yes since it says fixed, but I'm still getting errors (unless I replace the file manually). Maybe my CF updater isn't working correctly?
Jeff Coughlin This functionality is already built into CF (CF10+):
writeDump(queryNew("i,label,foo,bar", "integer,varchar,varchar,varchar", data));
For more info, see the rowData attribute in queryNew() here: m
aliaspooryorik
@Jeff Coughlin Thanks for your comment, I’m aware of the data parameter for QueryNew. I didn’t use that here as you need to know the columns in advance before you can pass in the array. So sure, I could have used arrayReduce to find all the fields names, then used that do