Skip to content

Commit 25e9834

Browse files
committedOct 31, 2016
Revert "[ogr] Ignore request limit if unable to compile expression"
This reverts commit e7333f6.
1 parent e7333f6 commit 25e9834

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/providers/ogr/qgsogrfeatureiterator.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ QgsOgrFeatureIterator::QgsOgrFeatureIterator( QgsOgrFeatureSource* source, bool
149149
OGR_L_SetAttributeFilter( ogrLayer, nullptr );
150150
}
151151

152-
if ( !mExpressionCompiled )
153-
mRequest.setLimit( -1 );
154-
155152
//start with first feature
156153
rewind();
157154
}

0 commit comments

Comments
 (0)
Please sign in to comment.