Closed
Bug 1680894
(SQLite3.34.0)
Opened 4 years ago
Closed 4 years ago
Upgrade to SQLite 3.34.0
Categories
(Core :: SQLite and Embedded Database Bindings, task, P3)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: ionnv, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
https://www.sqlite.org/news.html
https://www.sqlite.org/releaselog/3_34_0.html
SQLite version 3.34.0 is a routine maintenance release. This release adds incremental improvements to performance and features, including enhancements to the query planner, multiple recursive SELECTS in recursive common table expressions, and better error messages from CHECK constraint failures. See the change log for details.
Depends on: SQLite3.33.0
Updated•4 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•4 years ago
|
Severity: -- → S3
Points: --- → 1
Priority: -- → P3
Updated•4 years ago
|
Summary: Upgrade to SQLite 3.3340 → Upgrade to SQLite 3.34.0
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → ryanvm
Status: NEW → ASSIGNED
Updated•4 years ago
|
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/86d262a130f3
Upgrade to SQLite 3.34.0. r=mak
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Comment 5•4 years ago
|
||
3.34.1 was just released today: https://www.sqlite.org/releaselog/3_34_1.html
Fix a potential use-after-free bug when processing a a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate.
Fix documentation typos
Fix minor problems in extensions.
Assignee | ||
Updated•4 years ago
|
Blocks: SQLite3.34.1
Updated•5 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•