Is there a way to specify a mapper for a query tha...
# squarelibraries
a
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
no because we want to avoid unnecessary boxing for the type
👍 1
a
makes sense and checks out, just figured it couldn't hurt to check 🙂