Skip to content

Commit d827076

Browse files
committed
Fix adding fields to mssql layers always resulted in error (fix #13340)
1 parent 6efe1eb commit d827076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/mssql/qgsmssqlprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ bool QgsMssqlProvider::addAttributes( const QList<QgsField> &attributes )
10181018
return false;
10191019
}
10201020

1021+
loadFields();
10211022
return true;
10221023
}
10231024

0 commit comments

Comments
 (0)