This commit is contained in:
Timo Westkämper 2009-12-17 15:26:49 +00:00
parent 65579fa2fe
commit 4d89afeb7a

View File

@ -123,7 +123,7 @@ public class ToStringVisitor extends VisitorBase<ToStringVisitor> {
@Override
public void visit(SubQuery expr) {
// TODO : select from (+joins) where group-by having order-by limit offset
toString = expr.getMetadata().toString();
}
}