HHH-6714 Parentheses dissapear in HQL query where they should stay
This commit is contained in:
parent
77107cc35a
commit
f1813aec49
|
@ -111,9 +111,6 @@ public class SqlGenerator extends SqlGeneratorBase implements ErrorReporter {
|
|||
|
||||
@Override
|
||||
protected void out(String s) {
|
||||
if(s.contains( "countaaa" )){
|
||||
System.out.println("------------");
|
||||
}
|
||||
writer.clause( s );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue