#1404 - Query.findCount() with query.setDistinct(true) ... doesn't give count distinct SQL query

This commit is contained in:
rob bygrave
2018-06-07 00:32:39 +12:00
parent eca6383dba
commit eba1003c19
9 changed files with 130 additions and 25 deletions
@@ -39,6 +39,11 @@ class SqlTreeNodeExtraJoin implements SqlTreeNode {
this.manyJoin = assocBeanProperty instanceof STreePropertyAssocMany;
}
@Override
public boolean isSingleProperty() {
return false;
}
@Override
public void buildRawSqlSelectChain(List<String> selectChain) {
// nothing to add