Jens Schauder
Jens Schauder
There is an article about this https://spring.io/blog/2016/04/13/overriding-dependency-versions-with-spring-boot Putting the dependency definition into `` and adding a `import` should do the trick.
A fix for this would be very welcome.
There was a similar issue reported a while ago. Not sure if it was for Spring Data JPA or JDBC. And can't find it anymore It was asking for making...
We should also consider introducing a configuration object that can also hold the escape character.
This behaviour is actually correct. The real problem is that a `Specification` is really a (leaky) abstraction over a WHERE-clause. By using `fetch` and `distinct` you are not only affecting...
> Are you sayin that observed behaviour is a bug and additional join should have been created? According to my understanding of the specification this is indeed wrong behaviour. It...
I created [a sample project](https://github.com/schauder/jpa-hibernate-fetch-join-examples/) and [an issue with the JPA Spec](https://github.com/eclipse-ee4j/jpa-api/issues/327) in order to get clarification.
A reproducer is in https://github.com/schauder/stackoverflow/tree/main/jpa/contains
@valkuc The reason to introduce the JSQLParser was that Spring Data JPA struggles with tons of problems resulting from failing to parse SQL properly. That Hibernate supports stuff that looks...
Can you please retest with the latest milestone?