Closed
Bug 1738209
Opened 3 years ago
Closed 3 years ago
Correct error forwarding in Sqlite.jsm
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P2)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
Details
Attachments
(1 file)
Currently it's not doing appropriate conversion from mozIStorageError to NS_ERROR
Assignee | ||
Comment 1•3 years ago
|
||
The currently returned result is in mozIStorageError format, that is not
what consumers expect.
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/2c1990702004
Correct error forwarding in Sqlite.jsm. r=Standard8
![]() |
||
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•8 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•