Skip to content

Commit

Permalink
TEIID-4278: MySQL 5 should support distinct aggregates ( marking dist…
Browse files Browse the repository at this point in the history
…inct aggregates as supported)
  • Loading branch information
shawkins authored and johnathonlee committed Aug 18, 2016
1 parent 9634e9c commit f129147
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,8 @@ public boolean supportsOrderByWithExtendedGrouping() {
return false;
}

@Override
public boolean supportsAggregatesDistinct() {
return true;
}
}

0 comments on commit f129147

Please sign in to comment.