mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[oracle] Always keep geometry when fetched, as it may have been
requested for filter expressions or sorting On behalf of Faunalia, sponsored by ENEL
This commit is contained in:
parent
64bfbaaf5b
commit
369e130d48
@ -275,12 +275,6 @@ bool QgsOracleFeatureIterator::fetchFeature( QgsFeature& feature )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (( mRequest.flags() & QgsFeatureRequest::NoGeometry ) != 0 )
|
||||
{
|
||||
// clear not requested geometry
|
||||
feature.setGeometry( 0 );
|
||||
}
|
||||
}
|
||||
|
||||
QgsFeatureId fid = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user