Closed
Bug 568898
Opened 15 years ago
Closed 15 years ago
Add the option to control the busy timeout on connections
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
Attachments
(1 file)
|
2.55 KB,
patch
|
Details | Diff | Splinter Review |
Add the option to control the busy timeout on connections. We can use this api:
http://www.sqlite.org/c3ref/busy_timeout.html
See patch.
Attachment #448060 -
Flags: review?(sdwilsh)
Comment 1•15 years ago
|
||
Blocks a beta blocker, so requesting blocking...
Blocks: async-IndexedDB
blocking2.0: --- → ?
Comment 2•15 years ago
|
||
Comment on attachment 448060 [details] [diff] [review]
Patch
vlad can get started on the sr while I figure out how to test this.
Attachment #448060 -
Flags: superreview?(vladimir)
| Assignee | ||
Comment 3•15 years ago
|
||
We're no longer using this in indexedDB. Still useful, and would be nice. But not a blocker.
blocking2.0: ? → ---
Updated•15 years ago
|
No longer blocks: async-IndexedDB
Comment 4•15 years ago
|
||
Comment on attachment 448060 [details] [diff] [review]
Patch
I don't think we actually need this. I'd rather people just use the async API, which should cover the use cases for this.
Attachment #448060 -
Flags: superreview?(vladimir)
Attachment #448060 -
Flags: review?(sdwilsh)
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•