Closed
Bug 462434
Opened 17 years ago
Closed 17 years ago
Transaction semantics are bad
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
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•17 years ago
|
||
Attachment #345579 -
Flags: review?(bugmail)
Comment 2•17 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•17 years ago
|
Whiteboard: [has patch][has review][can land]
| Assignee | ||
Comment 3•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][has review][can land]
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•