Skip to content

Spring Data JPA version 3.3.9 fails to execute named native queriies with pagination #3818

@mail2ranjanas

Description

@mail2ranjanas

Once we upgraded Spring Data JPA to 3.3.9, it throws an org.springframework.dao.InvalidDataAccessApiUsageException when it executes an sql native query with pagination. the exact exception is " org.springframework.dao.InvalidDataAccessApiUsageException At least 5 parameter(s) provided but only 4 parameter(s) present in the query, note : it could be any number of parameters, this is is relevant to our code.

This is an existing piece of code which runs fine on Spring Data JPA to 3.3.7. can you please advise us to how to resolve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions