Skip to content

Commit

Permalink
TEIID-4213: reverting the changes
Browse files Browse the repository at this point in the history
for backward compatibility. Need to add back once the version stuff is fixed
  • Loading branch information
rareddy committed Sep 27, 2016
1 parent 3e7cc77 commit c4b23ab
Showing 1 changed file with 18 additions and 18 deletions.
Expand Up @@ -143,27 +143,27 @@ public boolean supportsBulkUpdate() {
public boolean supportsBatchedUpdates() {
return isV2;
}

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

@Override
public boolean supportsAggregatesAvg() {
return true;
}
/*
@Override
public boolean supportsAggregatesSum() {
return true;
}
@Override
public boolean supportsAggregatesAvg() {
return true;
}
@Override
public boolean supportsAggregatesMin() {
return true;
}

@Override
public boolean supportsAggregatesMax() {
return true;
}
public boolean supportsAggregatesMin() {
return true;
}
@Override
public boolean supportsAggregatesMax() {
return true;
}
*/
@Override
public boolean returnsSingleUpdateCount() {
return true;
Expand Down

0 comments on commit c4b23ab

Please sign in to comment.