mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
This commit is contained in:
parent
12231107d1
commit
cc0d630f31
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user