We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097ab00 commit 411a1b9Copy full SHA for 411a1b9
spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/HqlQueryRenderer.java
@@ -73,7 +73,7 @@ static boolean isSubquery(ParserRuleContext ctx) {
73
static boolean isSetQuery(ParserRuleContext ctx) {
74
while (ctx != null) {
75
ParserRuleContext parent = ctx.getParent();
76
-
+
77
if (ctx instanceof HqlParser.OrderedQueryContext
78
&& parent instanceof HqlParser.QueryExpressionContext qec) {
79
if (qec.orderedQuery().indexOf(ctx) != 0) {
0 commit comments