Closed
Bug 462434
Opened 13 years ago
Closed 13 years ago
Transaction semantics are bad
Categories
(Toolkit :: Storage, defect)
Toolkit
Storage
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: sdwilsh, Assigned: sdwilsh)
Details
Attachments
(1 file)
1.55 KB,
patch
|
asuth
:
review+
|
Details | Diff | Splinter Review |
How it currently works, we end up breaking assumptions that mozStorageTransaction holds, causing badness.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #345579 -
Flags: review?(bugmail)
Comment 2•13 years ago
|
||
Comment on attachment 345579 [details] [diff] [review] v1.0 Looks good. mozStorageTransaction should no longer be misled about what is happening with transactions, and mozStorageConnection's understanding of whether one is active should be consistent with the underlying sqlite state.
Attachment #345579 -
Flags: review?(bugmail) → review+
Assignee | ||
Updated•13 years ago
|
Whiteboard: [has patch][has review][can land]
Assignee | ||
Comment 3•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/f7e6ad1f2be3
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][has review][can land]
You need to log in
before you can comment on or make changes to this bug.
Description
•