Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
AndrewMAndrewMNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
AndrewM
AndrewMNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Priority
Created 12 October 2015 at 07:09
Updated 9 June 2023 at 16:40
Resolved 9 June 2023 at 16:38
I have started a conversation here
http://lang.lucee.org/t/query-map/238
Given an array of structs, I can map to an array of boolean. Should a query map function be able to return a query with different columns, as with previous example, a query with one column containing true or false.
If I had a query with 'name' and 'data of birth', should map() be able to return a query with those two columns plus 'age'?
each() could most likely be used an solve these examples, but was just wonder if map() should work this way.