https://kotlinlang.org logo
#squarelibraries
Title
# squarelibraries
a

ankushg

12/01/2021, 12:56 AM
Is there a way to specify a mapper for a query that selects a single column? This is mostly for aesthetics so patterns match regardless of the number of items returned -- I can obviously
map
the list after I've executed the query
a

alec

12/02/2021, 3:24 PM
no because we want to avoid unnecessary boxing for the type
👍 1
a

ankushg

12/07/2021, 5:25 AM
makes sense and checks out, just figured it couldn't hurt to check 🙂
2 Views