SimpleJdbcCall with namedBinding=true for MS SQL Server (original) (raw)

spring version: 5.0.8.RELEASE

I try to use setNamedBinding(true) on SimpleJdbcCall 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?