Skip to content

Commit

Permalink
Update qgsexpressionfunction.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 committed Dec 8, 2021
1 parent df07610 commit ac7528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -5490,7 +5490,7 @@ static QVariant fcnGetFeature( const QVariantList &values, const QgsExpressionCo
filterString.append( " AND " );
}
filterString.append( QStringLiteral( "( %1 = %2 )" ).arg( QgsExpression::quotedColumnRef( i.key() ),
QgsExpression::quotedString( i.value()->toString() ) ) );
QgsExpression::quotedString( i.value().toString() ) ) );
}
cacheValueKey = QStringLiteral( "getfeature:%1:%2" ).arg( featureSource->id(),
filterString );
Expand Down

0 comments on commit ac7528a

Please sign in to comment.