JPQL Query With Sub Select Producing Wrong SQL
@Query("select q.x from (select 1 as x) q")
Upgrade from hibernate 5 to hibernate 6.4 causes inner joins instead of cross joins and strange ‘case’ statement
I have upgraded a spring boot app from 2.7 to 3.2.4, with a consequent upgrade from hibernate 5 to hibernate 6.4.