Closed
Bug 1852558
(SQLite3.43.1)
Opened 1 year ago
Closed 1 year ago
Upgrade to SQLite 3.43.1
Categories
(Core :: SQLite and Embedded Database Bindings, task)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
119 Branch
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1850022 +++
Changes in this specific patch release, version 3.43.1 (2023-09-11):
- Fix a regression in the way that the sum(), avg(), and total() aggregate functions handle infinities.
- Fix a bug in the json_array_length() function that occurs when the argument comes directly from json_remove().
- Fix the omit-unused-subquery-columns optimization (introduced in in version 3.42.0) so that it works correctly if the subquery is a compound where one arm is DISTINCT and the other is not.
- Other minor fixes.
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5854f291f9a2
Upgrade to SQLite 3.43.1. r=mak
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Assignee | ||
Updated•1 year ago
|
Blocks: SQLite3.43.2
Updated•3 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•