spring-framework/spring-jdbc
Sam Brannen 64b4a3cf0d Update KeyHolder in JdbcClient when using positional parameters
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
2023-09-22 17:21:21 +02:00
..
src Update KeyHolder in JdbcClient when using positional parameters 2023-09-22 17:21:21 +02:00
spring-jdbc.gradle Consistent dependency declarations 2023-08-02 00:56:50 +02:00