Skip to content

Commit

Permalink
Update src/core/providers/ogr/qgsogrfeatureiterator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
  • Loading branch information
elpaso and rouault committed Oct 8, 2020
1 parent 02c168a commit 1d5ebe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ogr/qgsogrfeatureiterator.cpp
Expand Up @@ -53,7 +53,7 @@ QgsOgrFeatureIterator::QgsOgrFeatureIterator( QgsOgrFeatureSource *source, bool
* outer fetching iterator that uses the same connection.
*/
mAllowResetReading = ! transaction ||
( source->mDriverName != QLatin1String( "GPKG" ) & source->mDriverName != QLatin1String( "SQLite" ) ) ||
( source->mDriverName != QLatin1String( "GPKG" ) && source->mDriverName != QLatin1String( "SQLite" ) ) ||
( mRequest.filterType() != QgsFeatureRequest::FilterType::FilterFid
&& mRequest.filterType() != QgsFeatureRequest::FilterType::FilterFids );

Expand Down

0 comments on commit 1d5ebe9

Please sign in to comment.