Closed
Bug 1127899
(SQLite3.8.8.2)
Opened 9 years ago
Closed 9 years ago
Upgrade to SQLite 3.8.8.2
Categories
(Toolkit :: Storage, defect)
Toolkit
Storage
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
()
Details
Attachments
(1 file)
13.62 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1122717 +++ This version only includes one change: - Enhance sqlite3_wal_checkpoint_v2(TRUNCATE) interface so that it truncates the WAL file even if there is no checkpoint work to be done. I need this for some IndexedDB work I'm doing.
Assignee | ||
Comment 1•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=983fb38c9ba3
Updated•9 years ago
|
Alias: SQLite3.8.8.2
Depends on: SQLite3.8.8.1
Comment 2•9 years ago
|
||
Comment on attachment 8557146 [details] [diff] [review] Patch Review of attachment 8557146 [details] [diff] [review]: ----------------------------------------------------------------- ::: db/sqlite3/README.MOZILLA @@ +1,1 @@ > +This is SQLite 3.8.8.2 what about we finally change this to: This is the Sqlite amalgamation. Check sqlite3.h for the version number and source id. So we can stop editing this file for each version
Attachment #8557146 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Sold!
Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b40b4a20e62c
Comment 5•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b40b4a20e62c
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Comment 6•8 years ago
|
||
SQLite 3.8.8.3 has been released.
Comment 7•8 years ago
|
||
> Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN.
Not sure if that warrants us bothering with an update. Mak?
Flags: needinfo?(mak77)
Comment 8•8 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-5] from comment #7) > > Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN. > > Not sure if that warrants us bothering with an update. Mak? I think we'll skip for now. The bogus case is limited, and they say it also affects older versions (SQLite 3.8.0 and later), so we would have already noticed issues.
Flags: needinfo?(mak77)
Updated•8 years ago
|
Blocks: SQLite3.8.9
You need to log in
before you can comment on or make changes to this bug.
Description
•