mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
64b4a3cf0d
Prior to this commit, DefaultJdbcClient updated the supplied KeyHolder when using named parameters but not for positional parameters. This commit refactors the creation of the PreparedStatementCreatorFactory so that the PreparedStatementCreator properly creates a PreparedStatement which returns generated keys. Closes gh-31297