Closed
Bug 1977863
(SQLite3.50.3)
Opened 20 days ago
Closed 19 days ago
Upgrade to SQLite 3.50.3
Categories
(Core :: SQLite and Embedded Database Bindings, task)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
Version 3.50.3 is a patch release to fix minor problems reported since the previous release.
Changes in this specific patch release, version 3.50.3 (2025-07-17)
- Fix a possible memory error that can occur if a query is made against against FTS5 index that has been deliberately corrupted in a very specific way.
- Fix the parser so that it ignored SQL comments in all places of a CREATE TRIGGER statement. This resolves a problem that was introduced by the introduction of the SQLITE_DBCONFIG_ENABLE_COMMENTS feature in version 3.49.0.
- Fix an incorrect answer due to over-optimization of an AND operator. Forum post f4878de3e.
- Fix minor makefile issues and documentation typos.
Assignee | ||
Comment 1•20 days ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9e9364e2e38f
https://hg.mozilla.org/integration/autoland/rev/989dfba1bec8
Upgrade to SQLite 3.50.3. r=mak
Comment 3•19 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 19 days ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•13 days ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
Assignee | ||
Updated•22 hours ago
|
Blocks: SQLite3.50.4
You need to log in
before you can comment on or make changes to this bug.
Description
•