Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 09/26/2012
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Final / CF10_Update14
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 2
This ER is for serializeJSON() to honor query's column type
Example:
writeOutput(serializeJSON(queryNew("lastName", "varchar", [["No"]])));
Actual Result: {"COLUMNS":["LASTNAME"],"DATA":[[false]]}
Expected Result: {"COLUMNS":["LASTNAME"],"DATA":[["No"]]}
Issue: The varchar string "No" should not be converted to boolean.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3337487
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: