Closed
Bug 861265
Opened 13 years ago
Closed 12 years ago
Bug in SQLite breaks some queries from extensions
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: wagle, Unassigned)
References
()
Details
(Keywords: addon-compat)
Some database queries from extensions are broken. For example, tagsieve no longer lists bookmarks in its sidebar. This is a bug in current versions of SQLite. See the bug
http://www.sqlite.org/src/info/2500cdb9be
Need to watch for the above bug to be fixed, and upgrade the SQLite that firefox uses accordingly.
Also see:
http://dev.grue.in/issues/131
for the gory details of the query that fails.
Updated•13 years ago
|
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
| Reporter | ||
Comment 1•13 years ago
|
||
Marked to be fixed in sqlite 3.7.17:
http://www.sqlite.org/draft/releaselog/3_7_17.html
| Reporter | ||
Comment 2•12 years ago
|
||
I think that all it needs is the new sqlite3 lib to be dropped in.
Comment 3•12 years ago
|
||
we upgraded to 3.7.17 in FF24.
Status: NEW → RESOLVED
Closed: 12 years ago
Depends on: SQLite3.7.17
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•