Skip to content

Commit

Permalink
Allow min/max aggregate search for double fields
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 20, 2017
1 parent c72739b commit 776ca7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsaggregatecalculator.cpp
Expand Up @@ -227,6 +227,7 @@ QList<QgsAggregateCalculator::AggregateInfo> QgsAggregateCalculator::aggregates(
<< QVariant::UInt
<< QVariant::LongLong
<< QVariant::ULongLong
<< QVariant::Double
<< QVariant::String
}
<< AggregateInfo
Expand All @@ -240,6 +241,7 @@ QList<QgsAggregateCalculator::AggregateInfo> QgsAggregateCalculator::aggregates(
<< QVariant::UInt
<< QVariant::LongLong
<< QVariant::ULongLong
<< QVariant::Double
<< QVariant::String
}
<< AggregateInfo
Expand Down

0 comments on commit 776ca7a

Please sign in to comment.