Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Pageable queries #3

Open
j-nc opened this issue Sep 5, 2024 · 4 comments
Open

Issue with Pageable queries #3

j-nc opened this issue Sep 5, 2024 · 4 comments

Comments

@j-nc
Copy link

j-nc commented Sep 5, 2024

As described at https://stackoverflow.com/questions/78949941, it's not possible to use Pageable queries in @Repository methods because the standard query translation is wrong for Vertica specifically. It would be nice if you could provide an implementation that works for all (or at least relatively common) cases. The answer to the linked question provides a simple workaround for LIMIT and OFFSET commands, but this needs to be more thoroughly tested, and I'm not sure about the rest.

@manju-priya-ar
Copy link

manju-priya-ar commented Oct 16, 2024

@ajay-abrol2 , @bilalahmed-3, @oualib , @sitingren , @vertica-cla : This issue is observed when using the latest vertica dialect jar with hibernate 6.x. Please look into this issue.

@bilalahmed-3
Copy link
Collaborator

bilalahmed-3 commented Oct 17, 2024 via email

@ajay-abrol2
Copy link
Contributor

Hello,

I will work on this issue and will update repository accordingly.

Thanks & Regards,
Ajay Abrol

@manju-priya-ar
Copy link

Hello,

I will work on this issue and will update repository accordingly.

Thanks & Regards, Ajay Abrol

Thanks @ajay-abrol2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants