Bug 725881 - Add a missing rollback. r=dolske
This commit is contained in:
@@ -388,6 +388,7 @@ FormHistory.prototype = {
|
|||||||
stmt.executeStep();
|
stmt.executeStep();
|
||||||
this.sendIntNotification("removeEntriesByTimeframe", beginTime, endTime);
|
this.sendIntNotification("removeEntriesByTimeframe", beginTime, endTime);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
this.dbConnection.rollbackTransaction();
|
||||||
this.log("removeEntriesByTimeframe failed: " + e);
|
this.log("removeEntriesByTimeframe failed: " + e);
|
||||||
throw e;
|
throw e;
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user