Closed
Bug 1884931
(SQLite3.45.2)
Opened 10 months ago
Closed 10 months ago
Upgrade to SQLite 3.45.2
Categories
(Core :: SQLite and Embedded Database Bindings, task)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
()
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1858473 +++
Changes in version 3.45.2 (2024-03-12):
- Fix an error in UPSERT, introduced by enhancement 3a in version 3.35.0 (2021-03-12), that could cause an index to get out-of-sync with its table. Forum thread 919c6579c8.
- Reduce the scope of the NOT NULL strength reduction optimization that was added as item 8e in version 3.35.0 (2021-03-12). The optimization was being attempted in some contexts where it did not work, resulting in incorrect query results. Forum thread 440f2a2f17.
- Other trifling corrections and compiler warning fixes that have come up since the previous patch release. See the timeline for details.
Assignee | ||
Comment 1•10 months ago
|
||
Comment 2•10 months ago
|
||
I don't see a fix for Bug 1878311 in the timeline, unless it's hidden in some other checkin.
Assignee | ||
Comment 3•10 months ago
|
||
I didn't set a dependency because I didn't either. I can still run a Try push later to confirm.
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/49e9b26b528b
Upgrade to SQLite 3.45.2. r=mak
Comment 5•10 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 months ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 6•9 months ago
|
||
3.45.3 got released a couple days ago.
Changes in this specific patch release, version 3.45.3 (2024-04-15):
- Fix a long-standing bug (going back to version 3.24.0) that might (rarely) cause the "old.*" values of an UPDATE trigger to be incorrect if that trigger fires in response to an UPSERT. Forum post 284955a3cd454a15.
- Fix a bug in sum() that could cause it to return NULL when it should return Infinity. Forum post 23b8688ef4.
- Other trifling corrections and compiler warning fixes that have come up since the previous patch release. See the timeline for details.
Assignee | ||
Comment 7•9 months ago
|
||
We're aware. We decided to skip it as there was nothing of importance to Firefox in it.
Assignee | ||
Updated•8 months ago
|
Blocks: SQLite3.46.0
Assignee | ||
Updated•7 months ago
|
Alias: SQLite3.45.2
Updated•5 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•