File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1412,6 +1412,11 @@ bool QgsMssqlProvider::deleteFeatures( const QgsFeatureIds &id )
1412
1412
return true ;
1413
1413
}
1414
1414
1415
+ void QgsMssqlProvider::updateExtents ()
1416
+ {
1417
+ mExtent .setMinimal ();
1418
+ }
1419
+
1415
1420
QgsVectorDataProvider::Capabilities QgsMssqlProvider::capabilities () const
1416
1421
{
1417
1422
QgsVectorDataProvider::Capabilities cap = CreateAttributeIndex | AddFeatures | AddAttributes;
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ class QgsMssqlProvider : public QgsVectorDataProvider
58
58
59
59
/* Implementation of functions from QgsVectorDataProvider */
60
60
61
+ void updateExtents () override ;
61
62
QString storageType () const override ;
62
63
QStringList subLayers () const override ;
63
64
QVariant minimumValue ( int index ) const override ;
You can’t perform that action at this time.
0 commit comments