You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Spring Framework 6.1 RC1, we intend to revisit and likely revise (improve) the recently introduced support for quoted identifiers in SimpleJdbcInsert.
This commit introduces additional tests for "quoted identifier" support
in SimpleJdbcInsert when the schema itself is defined using quoted
identifiers -- for example, to use keywords as column names.
See gh-31208
Overview
For Spring Framework 6.1 RC1, we intend to revisit and likely revise (improve) the recently introduced support for quoted identifiers in
SimpleJdbcInsert
.Related Issues
SimpleJdbcInsert
#24013The text was updated successfully, but these errors were encountered: