Skip to content

Commit 133051a

Browse files
committedNov 30, 2017
add warning about sort algorithm might not work as expected
1 parent 7303297 commit 133051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/processing/qgsalgorithmorderbyexpression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void QgsOrderByExpressionAlgorithm::initAlgorithm( const QVariantMap & )
5454

5555
QString QgsOrderByExpressionAlgorithm::shortHelpString() const
5656
{
57-
return QObject::tr( "This algorithm sorts a vector layer according to an expression." );
57+
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." );
5858
}
5959

6060
QgsOrderByExpressionAlgorithm *QgsOrderByExpressionAlgorithm::createInstance() const

0 commit comments

Comments
 (0)
Please sign in to comment.