mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
`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>