search : thomas harding

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

displaying top 100 results

2786320 CF-4198278 Database Thomas Harding queryExecute bug when using params immediately followed by a semicolon in sql text Problem Description: queryExecute throws when adding a semicolon directly after defining a query param. eg: WHERE id = :id; Produces the same error on CF2016u3 and CF11u10
3141359 CF-4198801 Language Thomas Harding Quoted variable assignment errors when using keys that start with a number Problem Description: When fully quoting variable name assignment using dynamic keys, coldfusion errors when attempting to use a key that STARTS with a number. eg, "12345User