SimpleJdbcCall
with namedBinding=true
for MS SQL Server
#26072
Labels
Milestone
SimpleJdbcCall
with namedBinding=true
for MS SQL Server
#26072
spring version: 5.0.8.RELEASE
I try to use
setNamedBinding(true)
onSimpleJdbcCall
and get the generated statement in oracle syntax (call @P0 = proc_name Param1 => @P1, Param2=> @P2 ...
).I found this comment: #17398 (comment)
Was it implemented for the MS SQL Server?
The text was updated successfully, but these errors were encountered: