Files
spring-framework/spring-jdbc
Yanming Zhou 6e5efdc89b Set first batch args once while executing batch with generated keys
`batchArgs[0]` in `NamedParameterJdbcTemplate` and `indexedBatch[0]` in
`DefaultJdbcClient` are already set by
`pscf::newPreparedStatementCreator`, so it is unnecessary to set them
again via `BatchPreparedStatementSetter::setValues`.

Closes gh-37308

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2026-09-21 14:58:52 +02:00
..