Closed as not planned
Description
Currently, there are three configuration properties under spring.jdbc.template
:
fetch-size
max-rows
query-timeout
there are more configuration properties not covered by JdbcProperties
:
ignore-warnings
skip-results-processing
skip-undeclared-results
results-map-case-insensitive
Before starting to work on this, I would ask the team is it worthy to autoconfigure them by JdbcProperties
or provide an JdbcTemplateCustomizer
or both?