We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3d72f7e commit 3e694a8Copy full SHA for 3e694a8
src/providers/ogr/qgsogrprovider.cpp
@@ -688,7 +688,7 @@ bool QgsOgrProvider::addFeatures(QgsFeatureList & flist)
688
689
// flush features
690
ogrLayer->SyncToDisk();
691
-
+ numberFeatures = ogrLayer->GetFeatureCount(); //new feature count
692
return returnvalue;
693
}
694
@@ -872,7 +872,7 @@ bool QgsOgrProvider::deleteFeatures(const QgsFeatureIds & id)
872
QString layername=filename.section('.',0,0);
873
QString sql="REPACK " + layername;
874
ogrDataSource->ExecuteSQL(sql.toLocal8Bit().data(), NULL, NULL);
875
876
877
878
0 commit comments