With next.jdbc (and mysql 5.7), anyone know the magic incanation to set RestultType.TYPE_FORWARD_ONLY (I think that is also required along with fetch-size Integer/MIN_VALUE
> :result-type -- a keyword that affects how the ResultSet can be traversed: :forward-only, :scroll-insensitive, :scroll-sensitive,
I'm getting there...
I've been hopping into and out of the source code
and found that too, now trying to weave the magic 🙂
In the docs, it says that if a plan is passed a datasource and if in the datasource the db-spec has those options set (:result-type, fetch-size etc..), then it will be honoured during the plan?