tracker issue : CF-4167883

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

Introduce queryGetResult() for the corresponding member function, query.getResult()

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Immanuel Noel)

Created: 06/25/2016

Components: Language

Versions: 2016

Failure Type: Non Functioning

Found In Build/Fixed In Build: 2016 GM /

Priority/Frequency: Normal / Very few users will encounter

Locale/System: English / Linux All,Mac 10 All,Solaris All,Win XP All

Vote Count: 1

Listed in the version 2016.0.03.300466 Issues Fixed doc
Problem:
Introduce queryGetResult() for the corresponding member function, query.getResult().

This is an offset of the bug 4165707. 
The member function query.getResult() was added in CF 11, but queryGetResult() has not been implemented. 
c
Method:

Result:

Expected:

Workaround:

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

Watson Bug ID:	4167883

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Isn't query.getResult() obly available if you use query.cfc? Thus, it isn't a member function (it's a component method) and there is no need for a queryGetResult() BIF. You should switch to using queryExecute() instead of query.cfc as it has more complete functionality and is actively maintained.
Comment by External U.
2278 | July 01, 2016 08:08:51 AM GMT
+1 - Thanks, Immanuel, for filing this!
Vote by External U.
2283 | July 05, 2016 02:52:40 AM GMT
Hi Carl, q.getResult() is a member function available to all queries and doesn't require use of query.cfc. q.getResult() member function was added per a ticket I filed during CF11 PR and has been available since CF11 Final. I added q.getResult() to CF's member function documentation page when CF11 was released (back when it was community-editable), but Adobe very recently undocumented it. Thanks!, -Aaron
Comment by External U.
2279 | July 05, 2016 02:55:36 AM GMT
Hi Immanuel, This is a duplicate of CF-4165707. I already filed CF-4165707 for the same. Thanks!, -Aaron
Comment by External U.
2280 | July 05, 2016 03:00:26 AM GMT
Hi Aaron, There was some confusion with the way bugs were raised. I have since limited the scope of bug CF-4165707 to documentation only, and we are tracking the introduction of queryGetResult() in this bug. I realize you had another bug filed specifically for documentation. That has been closed as a duplicate. - Immanuel
Comment by Immanuel N.
2281 | July 20, 2016 11:43:30 PM GMT
Hi Immanuel, I've verified this is fixed in CF2016 Update 3 (build 2016.0.03.300466). Thanks very much!!, -Aaron
Comment by External U.
2282 | October 20, 2016 10:06:10 PM GMT