displaying top 100 results
Tracker Issue CFDUMP tag doesn't collapse in Opera
2612742 CF-3434560 Language Dave Merrill CFDUMP tag doesn't collapse in Opera Problem Description: In Opera, the CFDUMP tag doesn't collapse and expand, like it does in other browsers. The script tag is simply not there.
Steps to Reproduce: Dump a complex variable, say session, in Opera
2597484 CF-3043779 AJAX : Plumbing Dave Merrill Bug 86865:Round trip JSON serialization of queries (serialize to JSON then deserialize back to CF) has a data transparency problem in that null values in the db end up as the string 'null' at the end of the pro Duplicate ID: CF-3043777
Problem
2597485 CF-3043778 AJAX : Plumbing Dave Merrill Bug 86864:Round trip JSON serialization of queries (serialize to JSON then deserialize back to CF) has a data transparency problem in that null values in the db end up as the string 'null' at the end of the pro Duplicate ID: CF-3043777
Problem
2597486 CF-3043777 AJAX : Plumbing Dave Merrill Bug 86863:(Watson Migration Closure)Round trip JSON serialization of queries (serialize to JSON then deserialize back to CF) has a data transparency problem in that null values in the db end up as the string 'null' at the end of the pro Problem
2597662 CF-3043019 Administrator : Administrator Console Dave Merrill Bug 85494:(Watson Migration Closure)If your ColdFusion instance is on a non-standard port, 9069 for example, the directory selector for mappings does not work Problem:
If your ColdFusion instance is on a non-standard port, 9069
2597879 CF-3042145 General Server Dave Merrill Bug 84125:(Watson Migration Closure)In CF8, ListToArray('foo', '') returns an array with a single element containing 'foo', while in CF9, each character ends up in its own element Problem:
In CF8, ListToArray('foo', '') returns an array with a single
2612765 CF-3431423 Database Dave Merrill INSERT query on Oracle database with maxrows attribute on cfquery tag crashes Problem Description: Running a SQL INSERT query against an Oracle database with a maxrows attribute on the cfquery tag crashes.
Steps to Reproduce:
INSERT INTO Some
Tracker Issue CFAdmin API login throws an error on some servers
2597055 CF-3149638 Administrator Dave Merrill CFAdmin API login throws an error on some servers Problem Description:
Trying to log into the CF Admin API procedurally crashes on one of my local CF901 instances, not the other.
Both of them show this for Server.ColdFusion.ProductVersion: 9
Tracker Issue Query column values resolve incorrectly in a query passed as an argument to a CFC method
3509624 CF-4199727 Language Dave Merrill Query column values resolve incorrectly in a query passed as an argument to a CFC method Problem Description: Query column values resolve incorrectly in a query passed as an argument to a CFC method.
Inside cfloop, when a cfc method is passed a query
Tracker Issue Leading and trailing commas in form field value if first or last field of several with the same name is empty
2609063 CF-3939978 CFForm : HTML Dave Merrill Leading and trailing commas in form field value if first or last field of several with the same name is empty Problem Description:
See title, attached test case, and Actual Result below.
Steps to Reproduce:
Create two fields with the same name in a
2596693 CF-3831792 Language Dave Merrill Equality (eq) result is incorrect for some strings with numbers and commas or hyphens Problem Description: Asking whether two strings are equal with the eq operator gives incorrect results in some cases, specifically some strings containing only numbers