Skip to content

SPR-16578 - queryForMap returns last value #1739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

marschall
Copy link
Contributor

queryForMap returns last value returns the last value of equally named
columns. The JDBC specification says that in such cases the first value
should be returned instead.

  • change ColumnMapRowMapper to not overwrite existing values

Issue: SPR-16578

queryForMap returns last value returns the last value of equally named
columns. The JDBC specification says that in such cases the first value
should be returned instead.

 - change ColumnMapRowMapper to not overwrite existing values

Issue: SPR-16578
@jhoeller
Copy link
Contributor

As mentioned on SPR-16578, this is in master as a slightly different implementation now. Thanks for the pull request, in any case!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants