tracker issue : CF-3864595

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

valueList() Query method not implemented

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)

Created: 12/09/2014

Components: Language

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: ALL / Platforms All

Vote Count: 4

Duplicate ID:	CF-3499033

It is not possible to call valueList() on a query object, eg:

myQuery.valueList("column")

This should have been done along with the rest of the query methods added in ColdFusion 11. Its omission is a bug, IMO.

-- 
Adam

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3864595

External Customer Info:
External Company:  
External Customer Name: Adam Cameron.
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

+1 /////////////////////////////////
Vote by External U.
9565 | December 11, 2014 05:49:00 AM GMT
+1 //////////////////////////
Vote by External U.
9566 | December 11, 2014 09:23:51 AM GMT
+1 ......................
Vote by External U.
9567 | January 06, 2015 03:28:40 AM GMT
Adobe, I see this ticket is marked Open/ToFix/Investigate. For a year? While you "Investigate", can you please investigate myQuery.valueArray("column") as well? Thanks!, -Aaron
Comment by External U.
9560 | September 26, 2015 09:59:45 PM GMT
+1-----------------------------------------
Vote by External U.
9568 | October 02, 2015 08:04:38 AM GMT
Added ValueArray headless function and also as a member function for query object since ValueArray made more sense than ValueList It takes the query object and columnName string and returns an array. This is more intuitive function signature though it is inconsistent with ValueList's signature. valuearray(q, "myColumn") q.valueArray('myColumn')
Comment by Himavanth R.
9561 | October 20, 2015 04:32:32 AM GMT
Cheers. Which release will it go out with?
Comment by External U.
9562 | October 20, 2015 04:40:41 AM GMT
Hi Himavanth, If not adding .valueList(), please deprecate valueList(). Consistency please. Thanks!, -Aaron
Comment by External U.
9563 | December 04, 2015 05:12:00 AM GMT
valueArray would be added in Raijin.
Comment by Rupesh K.
9564 | December 10, 2015 11:42:51 PM GMT