When using RowCallbackHandler
or ResultSetExtractor
in JdbcClient
and passing a parameter with paramSource
, No value supplied for the SQL parameter 'xxxxxx'
occurs because the SqlParameterSource used internally is different.
Comment From: sbrannen
Good catch, @making! 👍
I'll get this merged into main
soon.