tracker issue : CF-4118721

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

quotedValueArray() has not been implemented

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

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

Created: 02/17/2016

Components: Language

Versions: 2016

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF2016_Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 1

Duplicate ID:	CF-4098246

Problem Description:
https://bugbase.adobe.com/index.cfm?event=bug&id=3499033 is an ER to add valueArray(). This has been done. The analogous method quotedVaueArray() has not been done. It violates POLA (https://en.wikipedia.org/wiki/Principle_of_least_astonishment) to not implement both versions of this functionality.


Steps to Reproduce:
colours = queryNew("id,en,mi", "integer,varchar,varchar", [
	[1,"red","whero"],
	[2,"orange","karaka"],
	[3,"yellow","kowhai"],
	[4,"green","kakariki"],
	[5,"blue","kikorangi"],
	[6,"indigo","poropango"],
	[10,"violet","papura"]
]);

writeDump(quotedValueArray(colours, "mi"));

writeDump(colours.quotedValueArray("id"));

Actual Result:
Variable QUOTEDVALUEARRAY is undefined.

Expected Result:
It to work

Any Workarounds:
nope

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

Watson Bug ID:	4118721

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

Attachments:

Comments:

Bug is already logged for this .Hence, marking this as duplicate . Ref Bug# CF-4098246
Comment by Nitin K.
4745 | February 23, 2016 04:59:29 AM GMT