JdbcTemplate should consistently delegate to getColumnMapRowMapper [SPR-15018] #19585
Comments
Juergen Hoeller commented Good catch! Rolled into master now; I'll backport it to 4.3.5 later this week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Michael Moores opened SPR-15018 and commented
Using JdbcTemplate, we have large result sets that are affected by the inefficiency of the LinkedCaseInsensitiveMap returned by the ColumnMapRowMapper.
The problem can be fixed if we can just override getColumnMapRowMapper(). But we are forced to override extractReturnedResults()
because it's constructing a ColumnMapRowMapper directly instead of calling getColumnMapRowMapper().
I opened a pull request:
#1269
Affects: 4.3.4
The text was updated successfully, but these errors were encountered: