Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()
Created: 03/16/2018
Components: Language, Functions
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: / CF2018U5
Priority/Frequency: Normal /
Locale/System: / Platforms All
Vote Count: 0
This ER is for allowing QueryNew(rowData) shortcut, when rowData is array-of-struct. CF can generate the columnList from rowData's distinct list of key names.
Example:
{code:java}
queryNew("foo,bar", "", [{foo="foo"},{bar="bar"}]) could be shortened to queryNew([{foo="foo"},{bar="bar"}])
{code}
creating a query w/ untyped columns "foo" and "bar".
Attachments:
Comments: