Closed
Bug 1948967
(SQLite3.49.1)
Opened 1 month ago
Closed 1 month ago
Upgrade to SQLite 3.49.1
Categories
(Core :: SQLite and Embedded Database Bindings, task)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
Changes in this specific patch release, version 3.49.1 (2025-02-18)
- Improve portability of makefiles and configure scripts.
- Fix a bug in the concat_ws() function, introduced in version 3.44.0, that could lead to a memory error if the separator string is very large (hundreds of megabytes).
- Enhanced the SQLITE_DBCONFIG_LOOKASIDE interface to make it more robust against misuse.
Assignee | ||
Comment 1•1 month ago
|
||
Comment 2•1 month ago
|
||
we don't use SQLITE_DBCONFIG_LOOKASIDE, don't use concat_ws. We can take the update but there's no reason to uplift in case it happens after a merge.
Assignee | ||
Comment 3•1 month ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5beb01213ae6
Upgrade to SQLite 3.49.1. r=mak
Comment 5•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•