Closed
Bug 1821683
(SQLite3.41.1)
Opened 2 years ago
Closed 2 years ago
Upgrade to SQLite 3.41.1
Categories
(Core :: SQLite and Embedded Database Bindings, task)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
Additional changes in version 3.41.1 (2023-03-10):
- Provide compile-time options -DHAVE_LOG2=0 and -DHAVE_LOG10=0 to enable SQLite to be compiled on systems that omit the standard library functions log2() and log10(), repectively.
- Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS SELECT CAST(7 AS INT) AS x;" continues to be INT and is not NUM, for historical compatibility.
- Enhance PRAGMA integrity_check to detect when extra bytes appear at the end of an index record.
- Fix various obscure bugs reported by the user community. See the timeline of changes for details.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/31a9f8a5c7f6
Upgrade to SQLite 3.41.1. r=mak
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
Assignee | ||
Updated•2 years ago
|
Blocks: SQLite3.41.2
Comment 5•2 years ago
•
|
||
<removed> Saw that you already notice.
Updated•3 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•