You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/StringQuery.java
Line 387 in b7bc17f
There is problem for version > 2.7.12
The text was updated successfully, but these errors were encountered: