Skip to content

Commit d607a56

Browse files
committed
Fix adding fields to mssql layers always resulted in error (fix #13340)
(cherry-picked from d827076)
1 parent dd89226 commit d607a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/mssql/qgsmssqlprovider.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ bool QgsMssqlProvider::addAttributes( const QList<QgsField> &attributes )
998998
return false;
999999
}
10001000

1001+
loadFields();
10011002
return true;
10021003
}
10031004

0 commit comments

Comments
 (0)