User tests: Successful: Unsuccessful:
Currently the update process purges the update table after every update. This means the updates are limited to one at a time, since the table is purged, and forces the updates to be refetched multiple times if multiple extensions need to be updated.
This change will only delete the specific row from the update table that was just installed instead of purging the entire table.
Fixed in trunk using eclipse.