Skip to content

Commit

Permalink
Request without attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent cbeb8b2 commit e008f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayerjoinbuffer.cpp
Expand Up @@ -542,6 +542,7 @@ bool QgsVectorLayerJoinBuffer::addFeatures( QgsFeatureList &features, QgsFeature

QgsFeatureRequest request;
request.setFlags( QgsFeatureRequest::NoGeometry );
request.setSubsetOfAttributes( QgsAttributeList() );
request.setFilterExpression( filter );
request.setLimit( 1 );

Expand Down

0 comments on commit e008f58

Please sign in to comment.