Title:
Bug 75036:(Watson Migration Closure)Extend queryNew() to have an optional *third* parameter that is an array of arrays that represent the rows
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Sean Corfield / Sean Corfield (Sean Corfield)
Created: 01/16/2009
Components: Language, Functions
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 1
Problem:
Extend queryNew() to have an optional *third* parameter that is an array of arrays that represent the rows.
myRS = queryNew(
"col1,col2",
"integer,varchar",
[
[ 1, "value 1" ],
[ 2, "value 2" ],
[ 3, "value 3" ]
]
);
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037293
External Customer Info:
External Company:
External Customer Name: Sean Corfield
External Customer Email: 479B4EDC43F3A88B992016B6
External Test Config: 01/16/2009
Attachments:
Comments: