mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Fix hang when project with large number of layers has joins to same layers
Fixes #55026
This commit is contained in:
parent
54607d3138
commit
b80eb8fab9
@ -1231,6 +1231,7 @@ void QgsVectorLayerFeatureIterator::FetchJoinInfo::addJoinedAttributesDirect( Qg
|
||||
request.setSubsetOfAttributes( joinedAttributeIndices );
|
||||
request.setFilterExpression( subsetString );
|
||||
request.setLimit( 1 );
|
||||
request.setRequestMayBeNested( true );
|
||||
QgsFeatureIterator fi = joinSource->getFeatures( request );
|
||||
|
||||
// get first feature
|
||||
|
Loading…
x
Reference in New Issue
Block a user