Join Slack
Powered by
I’m calling `return query(sql) { extraction code }...
# getting-started
g
geoffrey
05/15/2018, 3:47 PM
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
.
Open in Slack
Previous
Next