Skip to content

Commit

Permalink
add warning about sort algorithm might not work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Nov 30, 2017
1 parent 7303297 commit 133051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmorderbyexpression.cpp
Expand Up @@ -54,7 +54,7 @@ void QgsOrderByExpressionAlgorithm::initAlgorithm( const QVariantMap & )

QString QgsOrderByExpressionAlgorithm::shortHelpString() const
{
return QObject::tr( "This algorithm sorts a vector layer according to an expression." );
return QObject::tr( "This algorithm sorts a vector layer according to an expression. Be careful, it might not work as expected with some providers, the order might not be kept every time." );
}

QgsOrderByExpressionAlgorithm *QgsOrderByExpressionAlgorithm::createInstance() const
Expand Down

0 comments on commit 133051a

Please sign in to comment.