Skip to content

Commit

Permalink
Prepare orderby in feature iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 1, 2017
1 parent abd2607 commit e137581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfeatureiterator.cpp
Expand Up @@ -142,7 +142,7 @@ void QgsAbstractFeatureIterator::setupOrderBy( const QList<QgsFeatureRequest::Or
QgsExpressionContext *expressionContext( mRequest.expressionContext() );
do
{
orderByIt->expression().prepare( expressionContext );
orderByIt->prepare( expressionContext );
}
while ( ++orderByIt != preparedOrderBys.end() );

Expand Down

0 comments on commit e137581

Please sign in to comment.