Skip to content

Commit

Permalink
vector join: put subset string in parentheses (followup af8479e; clos…
Browse files Browse the repository at this point in the history
…es pull request #571; fixes #7743)
  • Loading branch information
jef-n committed Jul 17, 2013
1 parent 5569b0a commit c04a130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayerfeatureiterator.cpp
Expand Up @@ -398,7 +398,7 @@ void QgsVectorLayerFeatureIterator::FetchJoinInfo::addJoinedAttributesDirect( Qg
QString bkSubsetString = subsetString;
if ( !subsetString.isEmpty() )
{
subsetString.append( " AND " );
subsetString.prepend( "(" ).append( ") AND " );
}

QString joinFieldName;
Expand Down

0 comments on commit c04a130

Please sign in to comment.