Skip to content

Commit

Permalink
HHH-17174 Fix empty query string
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Apr 18, 2024
1 parent abea1bf commit f36dd10
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ public void visitQuerySpec(QuerySpec querySpec) {
forUpdateClause.merge( getLockOptions() );
super.renderForUpdateClause( querySpec, forUpdateClause );
}
else {
super.visitQuerySpec( querySpec );
}
super.visitQuerySpec( querySpec );
}

@Override
Expand Down

0 comments on commit f36dd10

Please sign in to comment.