mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-04 08:49:22 +00:00
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 List getCollectedParameters() {
|
||||
|
||||
@Override
|
||||
protected void out(String s) {
|
||||
if(s.contains( "countaaa" )){
|
||||
System.out.println("------------");
|
||||
}
|
||||
writer.clause( s );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user