Closed MartinHaeusler closed 3 weeks ago
Potentially a duplicate of this (not sure though, the query is different): https://github.com/spring-projects/spring-data-jpa/issues/3649
thanks for reporting - update
and delete
ones are affected. Fix via #3650 will be in next service release.
Spring Data 3.3.5 has a regression bug in its HQL query parser.
The following query:
... creates an error during application startup:
I had a quick look at the code. At first glance to me it seems that
HqlQueryTransformer.isSubquery
is either missing a case in itsinstanceof
cascade, or should not have been called in the first place.The same code works fine in 3.3.4.
A minimal reproducer is available here: https://github.com/MartinHaeusler/springDataParseErrorReproducer