Skip to:
Hi,
Hibernate 6 does not support anymore queries like this:
This results in the following stacktrace:
Thanks for the amazing work,
Best regards
Hi ,
thanks for reporting the issue, I have create a PR that should fix the problem!
Actually, it seems related to MariaDB dialect because the same query is working fine with H2 and Hibernate returns null values as expected.
Hi,
Hibernate 6 does not support anymore queries like this:
This results in the following stacktrace:
Thanks for the amazing work,
Best regards