Closed
Bug 1315244
(SQLite3.15.1)
Opened 8 years ago
Closed 8 years ago
Upgrade to SQLite 3.15.1
Categories
(Toolkit :: Storage, defect, P3)
Toolkit
Storage
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
https://sqlite.org/news.html
SQLite version 3.15.1 is a bug-fix patch release that fixes some minor issues in the 3.15.0 release.
http://sqlite.org/releaselog/3_15_1.html
* Added SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode.
Bug Fixes:
* Fix the VACUUM command so that it spills excess content to disk rather than holding everything in memory, and possible causing an out-of-memory error for larger database files. This fixes an issue introduced by version 3.15.0.
* Fix a case (present since 3.8.0 - 2013-08-26) where OR-connected terms in the ON clause of a LEFT JOIN might cause incorrect results. Ticket 34a579141b2c5ac.
* Fix a case where the use of row values in the ON clause of a LEFT JOIN might cause incorrect results. Ticket fef4bb4bd9185ec8f.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8807531 -
Flags: review?(mak77)
Comment 2•8 years ago
|
||
The VACUUM issue sounds potentially significant for IndexedDB[1], so we very likely want this before the next merge date (2016-11-14?).
1: Places is also fancy and vacuums, but IndexedDB usage and databases going idle correlate with asm.js usage which can leave the address space exhaused and/or very fragmented on 32-bit systems.
Comment 3•8 years ago
|
||
Comment on attachment 8807531 [details] [diff] [review]
Upgrade SQLite to version 3.15.1
Review of attachment 8807531 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you
Attachment #8807531 -
Flags: review?(mak77) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/41d172f46ee9
Upgrade to SQLite 3.15.1. r=mak
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Blocks: SQLite3.15.2
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a8eed0b176b5
Upgrade to SQLite 3.15.2. r=mak
Assignee | ||
Comment 7•8 years ago
|
||
Gah.
You need to log in
before you can comment on or make changes to this bug.
Description
•