I’m calling `return query(sql) { extraction code }...
# getting-started
g
I’m calling
return query(sql) { extraction code }
and I’m getting a type mismatch because it thinks my lambda is returning Unit, presumably because it’s turning it into a
RowCallbackHandler
instead of a
RowExtractor
.