search : tim mixell

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

displaying top 100 results

2608361 CF-4113069 Language : Functions Tim Mixell DateTimeFormat not honoring escape characters per wiki documentation Referencing documentation here: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/DateTimeFormat.html Problem Description: when trying
3375340 CF-4199452 Language : Functions Tim Mixell queryExecute doesn't like single-quotes in sql-style comments Problem Description: In CF11, the following is acceptable: {code:java} result = queryExecute( "SELECT userID, email FROM user -- some inline SQL that shouldn't affect anything
2609035 CF-3943345 Database Tim Mixell Named param replacement Related Bugs: CF-3944215 - Similar to CF-3949417 - Similar to Problem Description: When using named parameters within queryExecute, a parameter that is the substring of another parameter is incorrectly being inserted in the statement
2609000 CF-3949417 Database Tim Mixell queryExecute null flag on a param doesn't like evaluating statements Related Bugs: CF-3943345 - Similar to CF-3944215 - Similar to I'm used to 's null flag, which will evaluate a statement to determine whether or not to set a field to NULL: I an error