Skip to content

SimpleJdbcCall with namedBinding=true for MS SQL Server #26072

Closed
@iignateva

Description

@iignateva

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?

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions