displaying top 100 results
Tracker Issue Bug 83622:In 9
2598056 CF-3041792 AJAX : Plumbing Patrick Liess Bug 83622:In 9 Duplicate ID: CF-3041793
Problem:
In 9.0.1 some SerializeJSON bugs (the int to float bugs) have been fixed. But now the serializing a query is completly broken. All Integer fields become Strings.
Method:
Do a cfquery with SELECT ID
2598055 CF-3041793 AJAX : Plumbing Patrick Liess Bug 83638:The patch notes state that the int to float bug has been fixed Problem:
The patch notes state that the int to float bug has been fixed. It says that 10 will turn to 10, 012 will turn to "012" (which is fine) and 10.25 will turn to 10