Skip to content

Refine StringQuery parameter index allocation #3758

Closed
@mp911de

Description

@mp911de

select u from User u where foo = ?#{bar} and bar = ?2 gets rewritten to select u from User u where foo = ?3 and bar = ?2 although we could use free labels and rewrite it to select u from User u where foo = ?1 and bar = ?2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions