mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix adding fields to mssql layers always resulted in error (fix #13340)
This commit is contained in:
parent
6efe1eb86b
commit
d827076637
@ -1018,6 +1018,7 @@ bool QgsMssqlProvider::addAttributes( const QList<QgsField> &attributes )
|
||||
return false;
|
||||
}
|
||||
|
||||
loadFields();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user