Closed
Bug 1453193
(SQLite3.23.1)
Opened 7 years ago
Closed 7 years ago
Upgrade to SQLite 3.23.1
Categories
(Core :: SQLite and Embedded Database Bindings, defect, P1)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
(Whiteboard: [third-party-lib-audit])
Attachments
(1 file)
218.82 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
2018-04-10 - Release 3.23.1
The version 3.23.1 release fixes a bug in the new LEFT JOIN strength reduction optimization added to version 3.23.0. A few other minor and obscure fixes were also inserted, as well as a small performance optimization. Code changes relative to version 3.23.0 are minimal.
Assignee | ||
Comment 1•7 years ago
|
||
Conveniently, I forgot to bump the minimum version in old-configure.in last time around anyway.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff1ad4834b7c933a9704d2fa5c2b7394b08371e5
Attachment #8966809 -
Flags: review?(mak77)
Updated•7 years ago
|
Attachment #8966809 -
Flags: review?(mak77) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/472b0782f46f
Upgrade to SQLite 3.23.1. r=mak
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 4•7 years ago
|
||
FYI: 3.23.2 is just around the corner: http://www.sqlite.org/src/info/242dc910b0c75acf
Comment 5•7 years ago
|
||
3.24 was released: https://www.sqlite.org/releaselog/3_24_0.html
Blocks: SQLite3.24.0
Updated•6 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•