search : rafael salomon

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

displaying top 100 results

Tracker Issue String comparison bug
2609194 CF-3913893 Language Rafael Salomon String comparison bug Problem Description: it looks like ColdFusion converts some strings to numbers before comparing them which means that it thinks "00005197" and "+00005197" are the same string. Steps to Reproduce: [#areStringsEqual#] Actual
2609613 CF-3821118 Database Rafael Salomon MySQL 5.6 datetime rounding error Problem Description: using datetime(0) fields in MySQL 5.6 will produce rounding errors Steps to Reproduce: Create test table in MySQL 5.6.4 or higher: CREATE TABLE `test` ( `id` int(11) NOT NULL, `ts` datetime
2609633 CF-3818487 Language : Java Integration Rafael Salomon Function call to reload jar It would be really nice if CF had a function call that would allow me to reload a jar file that has changed without restarting CF. I know that there is a javaSettings parameter in Application.cfc, but using
2610810 CF-3678093 File Management Rafael Salomon cfloop looping over a file can't handle unicode encoded files Problem Description: cfloop can't handle files that are encoded in anything other than iso-8859-1 Steps to Reproduce: Step 1: create a test file with the following content and save
2611857 CF-3581568 Security : Authentication Rafael Salomon cflogin bug: logging into cfide.adminapi.administrator component logs user out of application Problem Description: If a user is logged into a ColdFusion application with cflogin and calls the login() function on the cfide