Skip to content

potentiallyWrapWithWildcards usage is wrong in StringQuery #3395

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

Closed
sahinyanlik opened this issue Mar 15, 2024 · 1 comment
Closed

potentiallyWrapWithWildcards usage is wrong in StringQuery #3395

sahinyanlik opened this issue Mar 15, 2024 · 1 comment
Labels
status: invalid An issue that we don't feel is valid

Comments

@sahinyanlik
Copy link

sahinyanlik commented Mar 15, 2024

For oracle we can not have three parameter for CONCAT

https://docs.oracle.com/cd/B13789_01/server.101/b10759/functions022.htm

Changes can be seen from below:

private static String potentiallyWrapWithWildcards(String replacement, String substring) {

There is problem for version > 2.7.12

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 15, 2024
@christophstrobl
Copy link
Member

christophstrobl commented Mar 18, 2024

Thank you @sahinyanlik for getting in touch. Unfortunately support for the 2.7.x line already ended in late 2023.
A fix is present in more recent versions of spring-data-jpa.

@christophstrobl christophstrobl closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
@christophstrobl christophstrobl added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants