This commit is contained in:
Timo Westkämper 2009-05-26 10:47:01 +00:00
parent 12231107d1
commit cc0d630f31

View File

@ -163,6 +163,8 @@ class JDOQLQueryImpl extends QueryBaseWithProjection<Object, JDOQLQueryImpl> imp
query.setResult(serializer.toString());
}
}
// TODO : distinct results
// order (not for count)
if (!getMetadata().getOrderBy().isEmpty() && !forCount) {