Closed
Bug 1366854
(SQLite3.19.1)
Opened 8 years ago
Closed 8 years ago
Upgrade to SQLite 3.19.1
Categories
(Core :: SQLite and Embedded Database Bindings, enhancement)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file, 2 obsolete files)
417.64 KB,
patch
|
RyanVM
:
review+
|
Details | Diff | Splinter Review |
2017-05-22 - Release 3.19.0
SQLite version 3.19.0 is a regularly scheduled maintenance release.
The emphasis on this release is improvements to the query planner. There are also some obscure bug fixes. There is no reason to upgrade unless you are having problems with a prior release.
Full changelog:
http://sqlite.org/releaselog/3_19_0.html
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8870235 -
Flags: review?(mak77)
Assignee | ||
Comment 2•8 years ago
|
||
I suppose attaching the right patch would be a good idea...
Attachment #8870235 -
Attachment is obsolete: true
Attachment #8870235 -
Flags: review?(mak77)
Attachment #8870236 -
Flags: review?(mak77)
Comment 3•8 years ago
|
||
Comment on attachment 8870236 [details] [diff] [review]
Upgrade SQLite to version 3.19.0
Review of attachment 8870236 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #8870236 -
Flags: review?(mak77) → review+
Comment 4•8 years ago
|
||
An SQLite user has reported a problem in one of the new optimizations added to the SQLite query planner for 3.19.0. The problem is related to a new optimization for LEFT JOIN where the right-hand side of the join is a subquery or view. Probably this does not affect FF (or otherwise we would have noticed before). Nevertheless, you might want to hold off until 3.19.1 which will come out shortly.
Comment 5•8 years ago
|
||
Sounds good, thank you for the heads up, we'll wait 3.19.1.
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5eea601a7022
Upgrade to SQLite 3.19.0. r=mak
Updated•8 years ago
|
Alias: SQLite3.19.0 → SQLite3.19.1
Summary: Upgrade to SQLite 3.19.0 → Upgrade to SQLite 3.19.1
Assignee | ||
Comment 8•8 years ago
|
||
Sorry, I didn't see comment 4 until after I'd pushed.
https://hg.mozilla.org/integration/mozilla-inbound/rev/57a67fd881af3ccec37df051bd981ff77ab2f930
Keywords: leave-open
Assignee | ||
Comment 9•8 years ago
|
||
Carrying over mak's previous r+ per IRC.
Attachment #8870236 -
Attachment is obsolete: true
Attachment #8870918 -
Flags: review+
Comment 10•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/33a1924fca18
Upgrade to SQLite 3.19.1. r=mak
Assignee | ||
Comment 11•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Blocks: SQLite3.19.2
Updated•5 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•