HHH-6714 Parentheses dissapear in HQL query where they should stay

This commit is contained in:
Strong Liu 2011-11-04 03:26:42 +08:00
parent 77107cc35a
commit f1813aec49
1 changed files with 0 additions and 3 deletions

View File

@ -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 );
}