Closed
Bug 1769886
Opened 3 years ago
Closed 3 years ago
SQLiteDirectory doesn't roll back a failed transaction when saving a card
Categories
(MailNews Core :: Address Book, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
102 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
SQLiteDirectory.saveCardProperties
starts a transaction to make multiple changes at once, but if an exception is thrown the transaction is never committed nor rolled back.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Version: unspecified → Thunderbird 102
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/69653fed0aca
If SQLiteDirectory.saveCardProperties fails, roll back the transaction. r=#thunderbird-reviewers,mkmelin
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
Target Milestone: --- → 102 Branch
Updated•2 years ago
|
Blocks: tb102found
You need to log in
before you can comment on or make changes to this bug.
Description
•