When using Oracle, JdbcClient.update(KeyHolder)
does not work without explicit key column names
#31607
Labels
Milestone
Hello
When use Oracle DB The
JdbcClient.update(KeyHolder)
method not work with named parametersExample:
and throw
and when use
NamedParameterJdbcOperations
as workaround, it worksThe text was updated successfully, but these errors were encountered: