Skip to content

Commit

Permalink
Fix adding fields to mssql layers always resulted in error (fix #13340)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 29, 2016
1 parent 6efe1eb commit d827076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/mssql/qgsmssqlprovider.cpp
Expand Up @@ -1018,6 +1018,7 @@ bool QgsMssqlProvider::addAttributes( const QList<QgsField> &attributes )
return false;
}

loadFields();
return true;
}

Expand Down

0 comments on commit d827076

Please sign in to comment.