We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a89f19 commit 42ee960Copy full SHA for 42ee960
src/providers/ogr/qgsogrprovider.cpp
@@ -943,6 +943,8 @@ bool QgsOgrProvider::changeAttributeValues( const QgsChangedAttributesMap & attr
943
944
clearMinMaxCache();
945
946
+ setIgnoredFields( true, QgsAttributeList() );
947
+
948
for ( QgsChangedAttributesMap::const_iterator it = attr_map.begin(); it != attr_map.end(); ++it )
949
{
950
long fid = ( long ) it.key();
@@ -1012,6 +1014,8 @@ bool QgsOgrProvider::changeGeometryValues( QgsGeometryMap & geometry_map )
1012
1014
OGRFeatureH theOGRFeature = 0;
1013
1015
OGRGeometryH theNewGeometry = 0;
1016
1017
1018
1019
for ( QgsGeometryMap::iterator it = geometry_map.begin(); it != geometry_map.end(); ++it )
1020
1021
theOGRFeature = OGR_L_GetFeature( ogrLayer, it.key() );
0 commit comments